A very simple implementation of a scroll view on iOS. Not meant for production (use UIScrollView
instead), just for learning purposes. Please check out my accompanying blog post for more information.
Written by Ole Begemann, April 2014.
Extended with additional features (Inertial Scrolling, Bouncing and Rubber-Banding) using UIKit Dynamics by Arkadiusz Holko. See the follow-up blog post.