NimbusKit
1.2.1 - Fork Nimbus on Github - Visit the Nimbus Wiki
The iOS framework that grows only as fast as its documentation
|
Modules | |
Collection View Cell Factory | |
Collection View Models | |
Collection View Tools | |
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.