AlertButtonType

@objc
public enum AlertButtonType : Int

Alert button type

  • default: Regular button with standard text
  • cancel: Bold button text
  • destructive: Regular button with red colored text
  • Declaration

    Swift

    case `default` = 0
  • Declaration

    Swift

    case cancel
  • Declaration

    Swift

    case destructive