PushToDetailsAction
public struct PushToDetailsAction<ViewController> : ContainerAction where ViewController : UISplitViewController
Presents a detail view controller in the UISplitViewController
, replacing the previous detail.
-
Declaration
Swift
public func perform(embedding viewController: UIViewController, in childViewControllers: inout [UIViewController]) throws
-
Declaration
Swift
public func perform(with viewController: UIViewController, on splitViewController: ViewController, animated: Bool, completion: @escaping (_: RoutingResult) -> Void)