So the UIPageViewController
by default seems to be consuming touch events when I tap the left or right side of the screen, changing the active page.
I have a next button in the controller on the bottom right of the screen, but it's only sometimes receiving my events because the controller is consuming them with it's default behavior. How can I disable this left and right tapping behavior?
I've seen all of the similar answers, but none of the solutions worked for me.
Note that I'm NOT using storyboards.