UISplitViewController.SplitBehavior.tile
The sidebars and secondary view controller appear tiled side-by-side.
Declaration
case tileDiscussion
This split behavior shows one or both sidebars tiled next to the secondary view controller. The secondary view controller’s view is fully interactive.
The possible display modes for this split behavior are:
If presentsWithGesture is true, the split view controller presents a special bar button item styled as a sidebar toggle icon.
For a double-column split view interface, when a user taps this button, it toggles the current display mode between UISplitViewController.DisplayMode.secondaryOnly and UISplitViewController.DisplayMode.oneBesideSecondary.
For a triple-column split view interface, when a user taps this button, it toggles the current display mode between UISplitViewController.DisplayMode.oneBesideSecondary and UISplitViewController.DisplayMode.twoBesideSecondary. The button doesn’t appear in UISplitViewController.DisplayMode.secondaryOnly.