In my case parent UIViewController
contains UIPageViewController
which contains UINavigationController
which contains UIViewController
. I want to add a swipe gesture to the last view controller, but swipes are handled as if they belong to page view controller. I tried to do this both programmatically and via xib but with no result.
So as I understand I can't achieve my goal until UIPageViewController
handles its gestures. How to solve this issue?
Translating @user2159978's response to C#: