TEQuickPageViewController v2: Even Simpler Paging
A couple of weeks ago, I put together a CocoaPod to make creating paged views in iOS easier. I knew there was a bit of some for improvement, so I did some research and today I pushed version 2.0.0 of TEQuickPageViewController, which makes storyboarding your pages even quicker!
Having discovered the wonder that is the custom segue, I realised I could use custom segues that didn't actually perform a segue to construct a sequence of view controllers that could be reported back to the Page View Controller.
This means that you can now see your sequence of pages at a glance in your Storyboard. Zero code, zero confusion.