UISplitViewController

extension UISplitViewController

Oven Bits UISplitViewController extensions

  • Obtain the master/primary UIViewController.

    Declaration

    Swift

    public var masterViewController: UIViewController { get }
  • Obtain the detail/secondary UIViewController, if present.

    Declaration

    Swift

    public var detailViewController: UIViewController? { get }