CalendarView icon indicating copy to clipboard operation
CalendarView copied to clipboard

How can i disable scroll?

Open AntonVoropaiev opened this issue 4 years ago • 1 comments

Hello dear team! I need to disable scroll by the user and scroll only programmatically using scrollToNextMonth() or scrollToPreviousMonth()

is it possible or not?

thanks a lot!

AntonVoropaiev avatar May 15 '20 09:05 AntonVoropaiev

Hi did you try:

calendarView.collectionView.isScrollEnabled = false

?

emans avatar Sep 14 '20 13:09 emans