matsune / YMCalendar

Monthly event calendar framework for iOS
MIT License
218 stars 23 forks source link

Auto scrolling when clicked on status bar #3

Closed bheuju closed 6 years ago

bheuju commented 6 years ago

On set scroll direction to vertical, clicking on navigation bar causes the calendar to auto scroll to some older months.

bheuju commented 6 years ago

This seems like a free feature that you get with any scrollView.

https://developer.apple.com/documentation/uikit/uiscrollview/1619421-scrollstotop

To disable this feature I customized the calendar library and set, collectionView.scrollsToTop = false in commonInit() function in Month > YMCalendarView.swift.