In my application, I have a RootPageViewController that contains a UIPageViewController and one or more DetailPageViewController with a UITableView as a child.
DetailPageViewController / RootPageViewController - DetailPageViewController \ DetailPageViewController
At the top of each DetailPageViewController there is a small space where it should be possible to scroll and move on to the next DetailPageViewController.
------------------- | | | | -> UIPageViewController should respond to pan's | | |-------------------| -------------------------------------------- | CellContent | |-------------------| | CellContent | |-------------------| -> UIPageViewController should disable UIPageViewController pan's | CellContent | |-------------------| | ... |
The iOS 7 weather app has a scrollview with all the weak forecast that somehow overwrites or disables panning of the UIPageViewController.
How can I recreate this behavior?
Sorry for the missing screenshots.
objective-c cocoa-touch uigesturerecognizer uipageviewcontroller
ioboi Jan 30 '14 at 16:20 2014-01-30 16:20
source share