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.
- Open
OLEContainerScrollViewDemo.xcodeprojin Xcode.
The demo app uses a class I have written named OLESimulatedTableView to illustrate how a UITableView reuses its cells.
Published under the MIT License. See the LICENSE file for details.