1

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 .

Eric Aya
  • 69,473
  • 35
  • 181
  • 253
Bhaumik Joshi
  • 245
  • 1
  • 7
  • 17

1 Answers1

3

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

Elio Lako
  • 1,333
  • 2
  • 16
  • 26
Enea Dume
  • 3,014
  • 3
  • 21
  • 36