BPKDialogControllerStyle

enum BPKDialogControllerStyle {}

The different styles of the Dialog.

  • A bottom sheet displayed at the bottom of the screen. Suitable for confirming potential dangerous actions or making choices.

    Declaration

    Objective-C

    BPKDialogControllerStyleBottomSheet = 0

    Swift

    case bottomSheet = 0
  • An alert style Dialog displaying its content in the middle of the screen.

    Declaration

    Objective-C

    BPKDialogControllerStyleAlert

    Swift

    case alert = 1