CreationKit Documentation

Protocol JTACCell​Month​View​Delegate

public protocol JTACCellMonthViewDelegate: AnyObject  
JTACCellMonthViewDelegate JTACCellMonthViewDelegate AnyObject AnyObject JTACCellMonthViewDelegate->AnyObject JTACYearView JTACYearView JTACYearView->JTACCellMonthViewDelegate JTACMonthCell JTACMonthCell JTACMonthCell->JTACCellMonthViewDelegate

Conforms To

AnyObject

Types Conforming to JTACCell​Month​View​Delegate

JTACMonthCell
JTACYearView

Requirements

month​View(_:​drawing​For:​with:​date​Owner:​month​Index:​)

func monthView(_ monthView: JTACCellMonthView,
                  drawingFor segmentRect: CGRect,
                  with date: Date,
                  dateOwner: DateOwner,
                  monthIndex: Int)