This is a fairly new iOS development and is curious if something is possible, and if so, then it is best to do it.
I would like to make the UIPageViewController part of the screen. Ie, I want to have a menu bar, maybe some additional controls, and then put the page view controller on part of this page (so the menu bar is not part of the page rotation control). In other words, a UIPageView that acts like a scrollView that does not occupy the entire screen.
Acceptable design?
Thank.
source
share