The page control is only displayed if the datasource implements these methods:
presentationCountForPageViewController:
presentationIndexForPageViewController:
Simply remove your implementation of these, and the page control will not be displayed. From the datasource docs:
If both of the methods in “Supporting a Page Indicator” are implemented and the page view controller’s transition style is UIPageViewControllerTransitionStyleScroll, a page indicator is visible.