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.
A fork of Ole Begemann's custom scroll view project, that adds decelerated scrolling, just like `UIScrollView`
Objective-C
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.