The iOS framework that grows only as fast as its documentation
Nimbus Collections

Modules

 Collection View Cell Factory
 
 Collection View Models
 
 Collection View Tools
 

Overview

Collection views are a new feature in iOS 6 that enable powerful collections of views to be built.

Collection views introduce a new concept of "layout" alongside the existing data source and delegate concepts. Nimbus Collections provides support only for the data source with the NICollectionViewModel. NICollectionViewModel behaves similarly to NITableViewModel in that you provide it with an array of objects which are mapped to cells using a factory.