MUKScrolling is a simple and open source, block-based, ARC-enabled, iOS 4+ library built to provide you some useful scrolling views.
MUKScrolling is composed by two main classes:
· MUKRecyclingScrollView, an UIScrollView subclass which implements some basic methods to recycle subviews like UITableView does.
· MUKGridView, a concrete MUKRecyclingScrollView subclass which implements the logic to display horizontal and vertical grids of cells (see examples: you can create thumbnails grid, pages carousels, ...).
There are other more complex solutions (different but, probabily better under some aspects) like GMGridView, which acts more like UITableView, if you want.
Detailed instructions on how to use the MUKScrolling iOS library within your own projects are available HERE.
Requirements:
· Apple Xcode
· iOS SDK 5.0 or later
· ARC enabled compiler