Enumeration: UIAlertViewStyle

Overview

The presentation style of the alert.

Constant Summary

UIAlertViewStyleDefault

A standard alert.available in ios 5.0 and later.declared in uialertview.h.

UIAlertViewStyleSecureTextInput

An alert that allows the user to enter text. the text field is obscured.available in ios 5.0 and later.declared in uialertview.h.

UIAlertViewStylePlainTextInput

An alert that allows the user to enter text.available in ios 5.0 and later.declared in uialertview.h.

UIAlertViewStyleLoginAndPasswordInput

An alert that allows the user to enter a login identifier and password.available in ios 5.0 and later.declared in uialertview.h.