Enumeration: UIActionSheetStyle
Overview
Specifies the style of an action sheet.
Constant Summary
- UIActionSheetStyleAutomatic
Takes the appearance of the bottom bar if specified; otherwise, same as uiactionsheetstyledefault.available in ios 2.0 and later.declared in uiactionsheet.h.
- UIActionSheetStyleDefault
The default style.available in ios 2.0 and later.declared in uiactionsheet.h.
- UIActionSheetStyleBlackTranslucent
A black translucent style.available in ios 2.0 and later.declared in uiactionsheet.h.
- UIActionSheetStyleBlackOpaque
A black opaque style.available in ios 2.0 and later.declared in uiactionsheet.h.