Contents

UISplitViewController.DisplayMode.oneOverSecondary

One sidebar is layered on top of the secondary view controller, leaving the secondary view controller partially visible.

Declaration

case oneOverSecondary

Discussion

This display mode shows one sidebar layered on top of the secondary view controller, partially obscuring it. The sidebar shown is the primary column for UISplitViewController.Style.doubleColumn interfaces and the supplementary column for UISplitViewController.Style.tripleColumn interfaces. The secondary view controller is dimmed out, preventing interaction with its view. Touching the dimmed view dismisses the overlay and returns the interface to the UISplitViewController.DisplayMode.secondaryOnly display mode.

This display mode is available for the UISplitViewController.SplitBehavior.overlay split behavior.

See Also

Constants