UIScrollView cancels UIPageViewController gestures when scrolling
I have a UIPageViewController that handles turning the pages of my "book". However, each book page is a ViewController with a UIScrollView as a subview . The UIScrollView is only able to scroll vertically due to the contentSize . The problem is that while the user scrolls the scrollview vertically, as the scrollview is still scrolling/decelerating the user can not turn the page. A very easy way to see this is to scroll the page and then try to tap the edge of the view. This would normally change the page, and it does change the page when the scrollview is not moving. However, when it is moving