JTAppleCalendar
JTAppleCalendar copied to clipboard
How to get the current month in scrollDidEndDecelerating?
I'm implementing headers separately from the calendar, and the label which displays the month should change when calendar is scrolled. How do I get the current month when scrolling the calendar?
Version number: 8.0.0.
From this delegate function?
func calendar(_ calendar: JTACMonthView, didScrollToDateSegmentWith visibleDates: DateSegmentInfo) {}