BPKCalendarPriceLabelCell

@interface BPKCalendarPriceLabelCell : BPKCalendarCell

BPKCalendarPriceLabelCell is a subclass of BPKCalendarCell. It allows a custom label containing auxillary price information to be shown below the cell.

  • The label displayed at the bottom of the cell.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) BPKLabel *_Nonnull priceLabel;

    Swift

    var priceLabel: UnsafeMutablePointer<Int32>! { get }