The values of UIActionSheet.Automatic and UIActionSheetStyle.Default are the same.
In this image, the left phone is displaying with UIActionSheetStyle.BlackTranslucent style and the right with UITouch.UIActionSheetStyle.BlackOpaque style.

| Member Name | Description |
|---|---|
| Automatic | Same as UIActionSheetStyle.Default default. |
| BlackOpaque | A black, opaque style. |
| BlackTranslucent | A background with some amount of translucence. |
| Default | The default style takes appearance of the bottom bar. |