BPKDialogCornerStyle
enum BPKDialogCornerStyle {}
The different corner-styles of the Dialog.
-
The dialog will have slightly rounded corners.
Declaration
Objective-C
BPKDialogCornerStyleDefault = 0Swift
case `default` = 0 -
The dialog will have larger rounding on the corners.
Declaration
Objective-C
BPKDialogCornerStyleLargeSwift
case large = 1
BPKDialogCornerStyle Enumeration Reference