mmick66 / CalendarView

An Easy to Use Calendar for iOS (Swift 5.0)
MIT License
595 stars 114 forks source link

Fix vertical page jumping #102

Closed Jaapp- closed 4 years ago

Jaapp- commented 4 years ago

When using the calendar in vertical mode, the header could display an incorrect date, I've confirmed that it boils down to dateFromScrollViewPosition using the width rather than the height for page calculation, even in vertical mode.

mmick66 commented 4 years ago

Thank you so much for this.