stefanceriu / SCPageViewController

Just like UIPageViewController but better.. :)
MIT License
352 stars 70 forks source link

Disable Swipe Gesture. #36

Closed iAviatorJose closed 7 years ago

iAviatorJose commented 7 years ago

Hello there, how can i disable swipe gesture SCPageViewController.

stefanceriu commented 7 years ago

Hey, you'll need to import SCScrollView.h and then do self.pageViewController.scrollView.scrollEnabled = NO

iAviatorJose commented 7 years ago

@stefanceriu Thank You