Contents

UISplitViewController.DisplayMode.oneBesideSecondary

One sidebar appears side-by-side with the secondary view controller.

Declaration

case oneBesideSecondary

Discussion

This display mode shows one sidebar tiled next to the secondary view controller. The sidebar shown is the primary column for UISplitViewController.Style.doubleColumn interfaces and the supplementary column for UISplitViewController.Style.tripleColumn interfaces. The sidebar is displayed on the side specified by primaryEdge, followed by the secondary view controller. The secondary view controller’s view is fully interactive.

This display mode is available for the UISplitViewController.SplitBehavior.tile and UISplitViewController.SplitBehavior.displace split behaviors.

See Also

Constants