UISplitViewController.SplitBehavior.displace
The sidebars displace the secondary view controller instead of overlapping it, moving it partially offscreen.
Declaration
case displaceDiscussion
This split behavior shows one or both sidebars tiled next to the secondary view controller. If both sidebars are visible, they partially displace the secondary view controller offscreen to make space for the primary column. The secondary view controller is dimmed out, preventing interaction with its view.
The possible display modes for this split behavior are:
If the current display mode is UISplitViewController.DisplayMode.oneBesideSecondary and presentsWithGesture is true, the split view controller presents a special bar button item styled as a back-chevron icon. When a user taps this button, it changes the current display mode to UISplitViewController.DisplayMode.twoDisplaceSecondary.