CalendarView
CalendarView copied to clipboard
How can i disable scroll?
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!
Hi did you try:
calendarView.collectionView.isScrollEnabled = false
?