How to Move Page Dots in a UIPageViewController

In my last post, I talked about how easy it is to drop in a self-contained UIPageViewController. By popular request, this post covers how to change the position of the UIPageControl dots. Unfortunately, we are unable to alter the position of the UIPageControl embedded inside UIPageViewController directly. Fortunately, we are able to create our own … Continue reading How to Move Page Dots in a UIPageViewController