UIKit.UIAlertController: Property Members

The properties of UIKit.UIAlertController are listed below. For a list of all members, see the UIAlertController Members list.

See Also: Inherited members from UIKit.UIViewController

Public Properties

[read-only]
ActionsUIAlertAction[]. Gets an array of UIKit.UIAlertAction actions that this UIKit.UIAlertController object provides to the user.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
Messagestring. Gets or sets a description of the reason for the alert that is associated with this UIKit.UIAlertController object.
[read-only]
PreferredStyleUIAlertControllerStyle. Gets the preferred UIKit.UIAlertControllerStyle style for that alert that is associated with this UIKit.UIAlertController object, either an action sheet or an alert.
[read-only]
TextFieldsUITextField[]. Gets an array of UIKit.UITextField fields to display for the alert that is associated with this UIKit.UIAlertController object.
Titlestring. Gets the title to display for the alert that is associated with this UIKit.UIAlertController object.