UIPageViewController returns no Gesture Recognizers in iOS 6

Found this in UIPageViewController.h:

// Only populated if transition style is ‘UIPageViewControllerTransitionStylePageCurl’.
@property(nonatomic, readonly) NSArray *gestureRecognizers;

So, not a bug – by design the pageViewController doesn’t get gesture recognizers when scroll style is set.

Leave a Comment