An open API service indexing awesome lists of open source software.

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.

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.