BPKPanel

@interface BPKPanel : UIView

BPKPanel is a subclass of UIView which contains the Skyscanner panel style. Panels are a lightweight container with a subtle shadow. Panels can be configured to have padding or not.

  • Whether the panel should provide padding or not.

    Declaration

    Objective-C

    @property (nonatomic, getter=isPadded) BOOL padded;

    Swift

    var isPadded: Bool { get set }
  • The style of the panel to use.

    See

    BPKButtonStyle

    Declaration

    Objective-C

    @property (nonatomic) BPKPanelStyle style;

    Swift

    var style: BPKPanelStyle { get set }