Reputation: 399
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:
Upvotes: 2
Views: 1478
Reputation: 1500
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.
Upvotes: 5