Contents

splitBehavior

The current behavior that determines how the child view controllers appear in relation to each other.

Declaration

var splitBehavior: UISplitViewController.SplitBehavior { get }

Discussion

This property controls how a split view controller’s secondary view controller appears in relation to the other child view controllers. To change the current split behavior, change the value of the preferredSplitBehavior property.

The value of this property affects which display modes are available for the split view interface. For possible configurations, see UISplitViewController.SplitBehavior.

See Also

Managing the split behavior