Skip to content

A UIScrollView subclass that intelligently handles multiple child scroll views and does not interfere with UIKitʼs cell reuse functionality.

License

Notifications You must be signed in to change notification settings

ALEXGUOQ/OLEContainerScrollView

 
 

Repository files navigation

OLEContainerScrollView

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.

Blog Post

Please read my blog post about OLEContainerScrollView for details about the implementation.

Demo App

To check out the demo app:

  1. Clone this repository.
  2. Open OLEContainerScrollViewDemo.xcodeproj in Xcode.

The demo app uses a class I have written named OLESimulatedTableView to illustrate how a UITableView reuses its cells.

License

Published under the MIT License. See the LICENSE file for details.

About

A UIScrollView subclass that intelligently handles multiple child scroll views and does not interfere with UIKitʼs cell reuse functionality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 99.6%
  • C 0.4%