SetAsMasterAction

public struct SetAsMasterAction<ViewController> : ContainerAction where ViewController : UISplitViewController

Presents a master view controller in the UISplitViewController

Methods

  • 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)