A UIScrollView
subclass that intelligently handles multiple child scroll views and does not interfere with UIKitʼs cell reuse functionality.
Written by Ole Begemann, May 2014.
Please read my blog post about OLEContainerScrollView for details about the implementation.
To check out the demo app:
- Clone this repository.
- Run
pod install
inside the repository's directory to install the dependencies via CocoaPods.
The demo app uses a class I have written named SimulatedTableView
to illustrate how a UITableView
reuses its cells. This class uses Facebook's Pop library for animations.
Published under the MIT License. See the LICENSE
file for details.