BPKOverlayViewOverlayType

enum BPKOverlayViewOverlayType {}

Enum values for specifying the overlay type.

  • Disable the tint, so that the background view is completely visible.

    Declaration

    Objective-C

    BPKOverlayViewOverlayTypeNone = 0
  • Apply the tint so that background content is darkened and foreground content takes precedence.

    Declaration

    Objective-C

    BPKOverlayViewOverlayTypeTint = 1