id |
title |
sidebar_label |
layout-splitView |
SplitView |
SplitView |
A container view controller implementing a master-detail interface. See UISplitViewController docs.
Currently implemented only in iOS.
{
id: 'PROFILE_TAB',
master: {
component: {
id: 'MASTER_SCREEN',
name: 'MasterScreen'
}
},
detail: {
component: {
id: 'DETAIL_SCREEN',
name: 'DetailScreen'
}
}
}
Type |
Required |
Description |
string |
No |
Unique id used to interact with the view via the Navigation api, usually Navigation.mergeOptions which accepts the componentId as it's first argument. |
Type |
Required |
Description |
Layout |
YES |
Set master layout (the smaller screen, sidebar) |
Type |
Required |
Description |
Layout |
YES |
Set detail layout (the larger screen, flexes) |
Type |
Required |
Description |
Options |
No |
dynamic options which will apply to all screens |