Closed bheuju closed 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.
On set scroll direction to vertical, clicking on navigation bar causes the calendar to auto scroll to some older months.