Alert View
An iOS alert view dialog with customizable actions.
Use the Touch button on the component to get the tap events on the buttons.
Alert View
- Present
- Title
- Message
- Tint
- Button 1 Action
- Button 1 Style
- Button 2 Action
- Button 2 Style
- Button 3 Action
- Button 3 Style
- Button 4 Action
- Button 4 Style
- Button 1 Tapped
- Button 2 Tapped
- Button 3 Tapped
- Button 4 Tapped
- Present
A pulse to animate and display the alert view.
- Title
The title text of the alert view.
- Message
The message text of the alert view.
- Tint
The tint color of action text.
- Button 1 Action
The text string for the first button.
- Button 1 Style
The button style: Default, Cancel, or Destructive.
- Button 2 Action
The text string for the second button.
- Button 2 Style
The button style: Default, Cancel, or Destructive.
- Button 3 Action
The text string for the third button.
- Button 3 Style
The button style: Default, Cancel, or Destructive.
- Button 4 Action
The text string for the fourth button.
- Button 4 Style
The button style: Default, Cancel, or Destructive.
- Button 1 Tapped
A pulse that represents when Button 1 is tapped.
- Button 2 Tapped
A pulse that represents when Button 2 is tapped.
- Button 3 Tapped
A pulse that represents when Button 3 is tapped.
- Button 4 Tapped
A pulse that represents when Button 4 is tapped.