CPCDayCellRenderingContext
public protocol CPCDayCellRenderingContextA set of methods that provide contextual information for drawing a single day cell in a month view.
- 
                  
                  Graphical context that should be used for custom drawing. DeclarationSwift var graphicsContext: CGContext { get }
- 
                  
                  Day that is represented by the cell. DeclarationSwift var day: CPCDay { get }
- 
                  
                  State of the cell. DeclarationSwift var state: CPCDayCellState { get }
- 
                  
                  Background color. DeclarationSwift var backgroundColor: UIColor? { get }
- 
                  
                  Cell frame. DeclarationSwift var frame: CGRect { get }
- 
                  
                  Cell title. DeclarationSwift var title: NSString { get }
- 
                  
                  Cell title attributes. DeclarationSwift var titleAttributes: NSDictionary { get }
- 
                  
                  Cell title frame. DeclarationSwift var titleFrame: CGRect { get }
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
           CPCDayCellRenderingContext Protocol Reference
      CPCDayCellRenderingContext Protocol Reference