iOSSplitView.DisplayModes

From Xojo Documentation

Enumeration
iOSSplitView.DisplayModes

New in 2020r2

The various ways the master of a split view can be displayed.

Values

Enum Description
AllVisible Both the master and the detail will be displayed.
Automatic Same as PrimaryOverlay below.
PrimaryHidden Tapping on the Master screen hides the Master, leaving only the Detail screen showing. The Master can be redisplayed by swiping from the left edge of the screen towards the middle.
PrimaryOverlay Tapping on the Detail screen hides the Master. The Master can be redisplayed by swiping from the left edge of the screen towards the middle.

Compatibility

iOS projects on iOS and iPadOS operating systems.

See Also

DisplayMode property.