Contents

UISplitViewController.DisplayMode.automatic

The split view controller automatically decides the most appropriate display mode based on the device and the current app size.

Declaration

case automatic

Discussion

This constant represents the default value of the preferredDisplayMode property. Although you can assign the property this constant as its value, the displayMode property never reports it.

See Also

Constants