I'm using the UIPageViewController in my storyboard and I want to create a bar on the bottom of the screen with a label on it. So something like the navigation bar, this always stays there when you switch pages from the UIPageViewController. However on my storyboard I cannot drop a view or label on the PageViewController, how can I achieve this?
Example:
Asked
Active
Viewed 1,475 times
2

nonuma
- 399
- 1
- 3
- 14
-
Does it have to be on top of/overlapping the UIPageViewController, or just be positioned below it? – Leon Lucardie Apr 22 '13 at 10:00
-
Positioned below, like the navigation bar. It always needs to stay there when you scroll pages – nonuma Apr 22 '13 at 10:09
1 Answers
5
Embed the PageViewController in a container which is added on another View controller. This image will explain it better.
Once that is done you can add the custom view as a subview over it.

Suhas
- 1,500
- 11
- 15