SimplePagedView
SimplePagedView copied to clipboard
A UIPageViewController replacement built to be as simple as possible
SimplePagedView is currently best used immutably, because that's what we're doing within Redbooth. This is a clunky and unnatural way to use a UI component without a lot of auxiliary...
We aren't using IB in the Redbooth app so we haven't had a need to support it, but we ought to for the greater iOS community.
Right now, you can add as many pages as you want and the dots will extend infinitely. This may not be what the user wants if, for example, the dots...