ArcGIS Runtime SDK for iOS: AGSPopupsViewController.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSPopupsViewController.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSPopupsViewControllerContainerStyle { AGSPopupsViewControllerContainerStyleNavigationController , AGSPopupsViewControllerContainerStyleNavigationBar , AGSPopupsViewControllerContainerStyleCustom }
 
enum  AGSPopupsViewControllerGeometryEditingStyle { AGSPopupsViewControllerGeometryEditingStyleToolbar , AGSPopupsViewControllerGeometryEditingStyleInline }
 
enum  AGSPopupViewControllerType {
  AGSPopupViewControllerTypeContainer = 0 , AGSPopupViewControllerTypeUIImagePicker , AGSPopupViewControllerTypeFullMedia , AGSPopupViewControllerTypeWeb ,
  AGSPopupViewControllerTypeMovie , AGSPopupViewControllerTypeAttributeInput , AGSPopupViewControllerTypeAlert
}
 

Enumeration Type Documentation

◆ 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.

◆ AGSPopupViewControllerType

The type of view within a popups view controller.

Since
100.0
Enumerator
AGSPopupViewControllerTypeContainer 

The default starting view controller.

AGSPopupViewControllerTypeUIImagePicker 

A view controller that displays an image picker.

AGSPopupViewControllerTypeFullMedia 

A view controller that displays a single media item (image/chart).

AGSPopupViewControllerTypeWeb 

A view controller that displays an embedded web view.

AGSPopupViewControllerTypeMovie 

A view controller that displays movies.

AGSPopupViewControllerTypeAttributeInput 

A view controller that displays an interface for inputting an attribute value.

AGSPopupViewControllerTypeAlert 

A view controller that displays an alert.