VSAlertActionStyle

enum VSAlertActionStyle {}

An enumeration for the kinds of actions that can be created

  • VSAlertActionStyleDefault: A normal action
  • VSAlertActionStyleCancel: An action that indicates to the user that the current process wil be cancelled
  • VSAlertActionStyleDestructive: An action indicates to the user that an irreversible process is about to happen.
  • A normal action

    Declaration

    Objective-C

    VSAlertActionStyleDefault
  • An action that indicates to the user that the current process wil be cancelled

    Declaration

    Objective-C

    VSAlertActionStyleCancel
  • An action indicates to the user that an irreversible process is about to happen.

    Declaration

    Objective-C

    VSAlertActionStyleDestructive