Version: 7.25.4
SplitView Options
displayMode
#
Master view display mode.
Type | Required | Default | Platform |
---|---|---|---|
enum('auto', 'visible', 'hidden', 'overlay') | No | 'auto' | iOS |
primaryEdge
#
Master view side. Leading is left. Trailing is right.
Type | Required | Default | Platform |
---|---|---|---|
enum('leading', 'trailing') | No | 'leading' | iOS |
minWidth
#
Set the minimum width of master view.
Type | Required | Platform |
---|---|---|
number | No | iOS |
maxWidth
#
Set the maximum width of master view.
Type | Required | Platform |
---|---|---|
number | No | iOS |
primaryBackgroundStyle
#
Set background style of sidebar. Currently works for Mac Catalyst apps only. See: Optimizing Your iPad App for Mac
Type | Required | Default | Platform |
---|---|---|---|
enum('none', 'sidebar') | No | 'none' | iOS |