→ ScrollingMadness
I’ve been tearing my hair out trying to master the UIScrollView.
Implementing UIPageControls with Orientation changes in subviews requires much more thought than I would have expected (considering the simplicity of some other APIs).
I came across this (Andrey Trantsovs GitHub)[http://github.com/andreyvit/ScrollingMadness] account which contains a nifty little repo with examples of various UIScrollView implementations.
A must find for all learning iOS developers.