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 .
Just make your UIPageViewController
dataSource = nil
and then the scroll will stop.