/NRGridView

A grid-view component for iOS, working almost like UITableView

Primary LanguageObjective-C

#NRGridView

iOS 4.0 minimum.

##License

Without any further information, all the sources provided here are under the MIT License quoted in NRGridView/LICENSE.

##What is NRGridView

NRGridView is a grid-view UI component (built as a static library) which has been developed by Louka Desroziers, for Novedia Regions. How it works? Almost like UITableView works. You set a dataSource, and a delegate.. and you implement all @required methods. It also has a 'layoutStyle'. It means you can use it as a vertical gridView, or horizontal grid-view!

image image

If you got any suggestions, or if you need more UITableView-like methods, do not hesitate to email me at l.desroziers@novediagroup.com

##Latest Changelog

####Improved

  • Reloading the gridView is now 2.5x faster on a 3GS (Using structs instead of -respondsToSelector: for both delegate & dataSource)

##Comments

This component has been developed for Novedia Regions, a french company which develops apps for mobile devices.

Referencing this project in your AboutBox is appreciated. Please tell me if you use this class so we can cross-reference our projects.

Enjoy, and share ;)