https://github.com/mosheberman/mbrecyclingscrollview
This is a barebones implementation of view recycling. It includes a UIScrollView subclass, a barebones datasource protocol, and a barebones delegate protocol. There's no demo UI at the moment, but all the files you need are in a single folder.
https://github.com/mosheberman/mbrecyclingscrollview
Last synced: 2 months ago
JSON representation
This is a barebones implementation of view recycling. It includes a UIScrollView subclass, a barebones datasource protocol, and a barebones delegate protocol. There's no demo UI at the moment, but all the files you need are in a single folder.
- Host: GitHub
- URL: https://github.com/mosheberman/mbrecyclingscrollview
- Owner: MosheBerman
- Created: 2013-03-25T21:28:35.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-25T21:29:44.000Z (over 13 years ago)
- Last Synced: 2025-01-20T10:47:47.918Z (over 1 year ago)
- Language: Objective-C
- Size: 121 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MBRecyclingScrollView
=====================
This is a barebones implementation of view recycling. It includes a UIScrollView subclass, a barebones datasource protocol, and a barebones delegate protocol. There's no demo UI at the moment, but all the files you need are in a single folder.