Pageboy
Pageboy copied to clipboard
How to add page indicator/ page control
I've been looking for 30 minutes for a feature that is default in UIPageView.
As far as I can tell, you need to add your own UIPageControl
and update it yourself. It's pretty easy using the delegate, just a little more work than using UIPageViewController
on its own. Overall I'm finding the tradeoff well worth it in favor of Pageboy even though this is extra work.