Protocol
JTACCellMonthViewDelegate
public protocol JTACCellMonthViewDelegate: AnyObject
Relationships
Conforms To
AnyObject
Types Conforming to JTACCellMonthViewDelegate
JTACMonthCell
JTACYearView
Requirements
monthView(_:drawingFor:with:dateOwner:monthIndex:)
func monthView(_ monthView: JTACCellMonthView,
drawingFor segmentRect: CGRect,
with date: Date,
dateOwner: DateOwner,
monthIndex: Int)