jonathantribouharet / JTCalendar

A customizable calendar view for iOS.
MIT License
2.76k stars 531 forks source link

How to make disable swipe? #394

Closed dobiho5 closed 3 years ago

dobiho5 commented 3 years ago

Thanks for your great JTCalendar.

I want to prevent the calendar from swiping. How to make swiping disabled?

Thanks in advance.

dobiho5 commented 3 years ago

Never mind. I found.

_calendarManager.contentView.scrollEnabled = NO;