DispatchQueueWrappedContainerAction
public struct DispatchQueueWrappedContainerAction<A> : ContainerAction where A : ContainerAction
CATransaction
wrapper for ContainerAction
-
Type of the
UIViewController
thatAction
can start from.Declaration
Swift
public typealias ViewController = A.ViewController
-
Declaration
Swift
public func perform(embedding viewController: UIViewController, in childViewControllers: inout [UIViewController]) throws
-
Declaration
Swift
public func perform(with viewController: UIViewController, on existingController: A.ViewController, animated: Bool, completion: @escaping (RoutingResult) -> Void)