Bhaumik Joshi
Bhaumik Joshi

Reputation: 245

Stop scrolling UIPageViewController on swipe

I had use the UIPageViewController now I currently I am getting scrolling when I swipe the screen, but I want to do it on button click. It won't scroll when I swipe horizontal on screen.

I want solution for :

1. How to Stop scrolling while I swipe on screen horizontaly

Actually I have seen many solution but I am not getting so I am asking this question .

Upvotes: 1

Views: 686

Answers (1)

Enea Dume
Enea Dume

Reputation: 3232

Just make your UIPageViewController dataSource = nil and then the scroll will stop.

Upvotes: 3

Related Questions