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.