CATransactionWrappedContainerAction

public struct CATransactionWrappedContainerAction<A> : ContainerAction where A : ContainerAction

CATransaction wrapper for ContainerAction

Associated types

  • Type of the UIViewController that Action can start from.

    Declaration

    Swift

    public typealias ViewController = A.ViewController

Methods