BPKDialogCornerStyle

enum BPKDialogCornerStyle {}

The different corner-styles of the Dialog.

  • The dialog will have slightly rounded corners.

    Declaration

    Objective-C

    BPKDialogCornerStyleDefault = 0

    Swift

    case `default` = 0
  • The dialog will have larger rounding on the corners.

    Declaration

    Objective-C

    BPKDialogCornerStyleLarge

    Swift

    case large = 1