mmick66 / CalendarView

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

How can i disable scroll? #126

Open AntonVoropaiev opened 4 years ago

AntonVoropaiev commented 4 years ago

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!

emans commented 4 years ago

Hi did you try:

calendarView.collectionView.isScrollEnabled = false

?