Go to the source code of this file.
§ AGSPopupsViewControllerContainerStyle
Style options for a popups view controller.
- Since
- 100.0
| Enumerator |
|---|
| AGSPopupsViewControllerContainerStyleNavigationController | The popups view controller will be pushed onto a navigation controller stack by the client.
|
| AGSPopupsViewControllerContainerStyleNavigationBar | The popups view controller will add a navigation bar for the client (useful for when presenting modally).
|
| AGSPopupsViewControllerContainerStyleCustom | The popups view controller will be embedded in a custom container by the client, who is then responsible for having an edit button.
|
§ AGSPopupsViewControllerGeometryEditingStyle
An enumeration that is used for defining the editing style of a popups view controller.
- Since
- 100.0
| Enumerator |
|---|
| AGSPopupsViewControllerGeometryEditingStyleToolbar | Shows a toolbar with a button for attachments and a button for collecting the geometry.
|
| AGSPopupsViewControllerGeometryEditingStyleInline | Has a view to switch between attributes and attachments. There is no button for the collecting the geometry, as this is assumed the user has access to the map while the popup is up (think ipad), or the user will not be collecting a geometry at all.
|