I'm using UIPageViewController to swipe through pages (UIViewController array). I push the page view controller on the top navigation controller.
While I start the app, I could page through all the VCs inside the page view controller. However,the "three finger swipe" on page view controller doesn't work. It just doesn't get the scroll events.
Any insight on what's going wrong here?
accessibilityScroll:
? – David Rönnqvist