CustomScrollView
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.
Additional Features
Extended with additional features (see follow-up blog post):
- Inertial scrolling by Rounak
- Bouncing and rubber-banding by Grant Paul