CPCMonthView

open class CPCMonthView : UIControl, CPCViewProtocol

A view that is optimized for rendering a single month’s days grid and a title.

  • Exposes CPCViewTitleStyle.customTemplate to be used from Objective C code.

    Declaration

    Swift

    @IBInspectable
    open dynamic var titleTemplate: String! { get set }
  • Exposes CPCViewTitleStyle.custom to be used from Objective C code.

    Declaration

    Swift

    @IBInspectable
    open dynamic var titleFormat: String! { get set }