ArcGIS Runtime SDK for iOS: AGSPopupsViewControllerDelegate.h File Reference
ArcGIS Runtime SDK for iOS  100.9
AGSPopupsViewControllerDelegate.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSPopupViewControllerType {
  AGSPopupViewControllerTypeContainer = 0, AGSPopupViewControllerTypeUIImagePicker, AGSPopupViewControllerTypeFullMedia, AGSPopupViewControllerTypeWeb,
  AGSPopupViewControllerTypeMovie, AGSPopupViewControllerTypeAttributeInput, AGSPopupViewControllerTypeAlert
}
 

Enumeration Type Documentation

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