3

By default in the UIPageViewController, the dots (UIPageControl) are shown below the UIViewController pages. Is it possible to display the pages on the whole screen, to the bottom, and the dots on top on the view?

Daniyar
  • 2,975
  • 2
  • 26
  • 39
Erik Sapir
  • 23,209
  • 28
  • 81
  • 141

1 Answers1

1

The only way is to put a UIPageControl in your view and then move the contained PageViewController a bit lower, so the bottom UIPageControl is hidden.

See this answer for a very similar problem https://stackoverflow.com/a/19140401/2085504

Community
  • 1
  • 1
deramko
  • 2,807
  • 1
  • 18
  • 27