Contents

init(style:)

Creates a split view controller with the specified column style.

Declaration

init(style: UISplitViewController.Style)

Parameters

  • style:

    The split view controller’s style, which describes how many columns the split view controller displays. You can pass in any of the Style Swift.enum values except Unspecified.

See Also

Creating a split view controller