Action Sheet
An iOS action sheet with customizable actions.
Use the Touch button on the component to get the tap events on the buttons.
Action Sheet
- Present
- Title Text
- Body Text
- Action 1 Text
- Action 1 Style
- Action 2 Text
- Action 2 Style
- Action 3 Text
- Action 3 Style
- Action 4 Text
- Action 4 Style
- Action 5 Text
- Action 5 Style
- Action 6 Text
- Action 6 Style
- Cancel Text
- Button 1 Tapped
- Button 2 Tapped
- Button 3 Tapped
- Button 4 Tapped
- Button 5 Tapped
- Button 6 Tapped
- Present
A pulse that displays the action sheet.
- Title Text
A text string representing action sheet title that displays above the action buttons.
- Body Text
A text string representing action sheet message that displays above the action buttons.
- Action 1 Text
A text string for the first action button.
- Action 1 Style
The button style: Default (blue) or Destructive (red)
- Action 2 Text
A text string for the second action button.
- Action 2 Style
The button style: Default (blue) or Destructive (red)
- Action 3 Text
A text string for the third action button.
- Action 3 Style
The button style: Default (blue) or Destructive (red)
- Action 4 Text
A text string for the fourth action button.
- Action 4 Style
The button style: Default (blue) or Destructive (red)
- Action 5 Text
A text string for the fifth action button.
- Action 5 Style
The button style: Default (blue) or Destructive (red)
- Action 6 Text
A text string for the sixth action button.
- Action 6 Style
The button style: Default (blue) or Destructive (red)
- Cancel Text
A text string for the cancel button.
- Button 1 Tapped
A pulse that represents when the first action button is tapped.
- Button 2 Tapped
A pulse that represents when the second action button is tapped.
- Button 3 Tapped
A pulse that represents when the third action button is tapped.
- Button 4 Tapped
A pulse that represents when the fourth action button is tapped.
- Button 5 Tapped
A pulse that represents when the fifth action button is tapped.
- Button 6 Tapped
A pulse that represents when the sixth action button is tapped.