calendarView(_:didChangeVisibleDateComponentsFrom:)
Declaration
optional func calendarView(_ calendarView: UICalendarView, didChangeVisibleDateComponentsFrom previousDateComponents: DateComponents)Parameters
- calendarView:
The @c UICalendarView
- previousDateComponents:
The previous date components before the visible date components changed.
Discussion
Called when the visible date has changed from @c previousDateComponents from user interaction.