2

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: enter image description here

nonuma
  • 399
  • 1
  • 3
  • 14

1 Answers1

5

Embed the PageViewController in a container which is added on another View controller. This image will explain it better.

enter image description here

Once that is done you can add the custom view as a subview over it.

Suhas
  • 1,500
  • 11
  • 15