-
Notifications
You must be signed in to change notification settings - Fork 19
6i. Cell: Link
i_82 edited this page Mar 13, 2022
·
3 revisions
Link
cell is a plain cell with disclosure indicator. It navigates user to a child XUI controller.
Key | Type | Description | Flags | Default |
---|---|---|---|---|
url | String | path to child XUI | Required | - |
external | Boolean | whether to use Safari to open url instead of internal SFSafariViewController
|
Optional | false |
{
"url": "sub/xui-sub.xui",
"cell": "Link",
"label": "Load another pane"
}