DispatchQueueWrappedAction

public struct DispatchQueueWrappedAction<A> : Action where A : Action

CATransaction wrapper for Action

Associated types

  • Type of the UIViewController that Action can start from.

    Declaration

    Swift

    public typealias ViewController = A.ViewController

Methods