UISplitViewController.DisplayMode.twoOverSecondary
Two sidebars are layered on top of the secondary view controller, leaving the secondary view controller partially visible.
Declaration
case twoOverSecondaryDiscussion
This display mode is only available for UISplitViewController.Style.tripleColumn interfaces.
This display mode shows both sidebars layered on top of the secondary view controller, partially obscuring it. 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.
The interactive gesture can move the interface freely through UISplitViewController.DisplayMode.oneOverSecondary to UISplitViewController.DisplayMode.secondaryOnly and back, stopping at any of the display modes depending on the user interaction.
This display mode is available for the UISplitViewController.SplitBehavior.overlay split behavior.