Protocol
JTACYearViewDelegate
public protocol JTACYearViewDelegate: AnyObject
Relationships
Conforms To
AnyObject
Requirements
calendar(_:cellFor:at:indexPath:)
func calendar(_ calendar: JTACYearView, cellFor item: Any, at date: Date, indexPath: IndexPath) -> JTACMonthCell
calendar(_:monthView:drawingFor:with:dateOwner:monthIndex:)
func calendar(_ calendar: JTACYearView,
monthView: JTACCellMonthView,
drawingFor segmentRect: CGRect,
with date: Date,
dateOwner: DateOwner,
monthIndex index: Int)
calendar(_:sizeFor:)
func calendar(_ calendar: JTACYearView, sizeFor item: Any) -> CGSize