Another question, default behavior is ok, looks like that with selected current date.

But, when I open controller for the first time, and I call this methods:
calendarCollection.scrollToDate(Date()) {
self.calendarCollection.selectDates([Date()])
}
it looks like that, how to fix scrolling offset issue, so the scrollToDate, will scroll to correct day?

Thank you!
Just point me, if I'm saying something wrong and this issue has nothing with the repo
did you build your calendar with code? or with storyboard.
If you built it with code, then do not forget
calendarView.scrollingMode = .stopAtEachCalendarFrame
or which ever one is suitable for you.
Closing issue. Let me know if it was resolved.
Thank you very much! Helped
Most helpful comment
did you build your calendar with code? or with storyboard.
If you built it with code, then do not forget
or which ever one is suitable for you.
Closing issue. Let me know if it was resolved.