Links

GridViews in Objective C


DTGridView
Use: A two-dimensional scrolling view component for the iPhone,  inspired by UITableView.
Source: https://github.com/danielctull/DTGridView


AQGridView
Use: A grid view for iPhone/iPad, designed to look similar to NSCollectionView.
Source: https://github.com/AlanQuatermain/AQGridView


GMGridView
Use: A performance Grid-View for iOS (iPhone/iPad) that allows sorting of views with gestures (the user can move the items with his finger to sort them) and pinching/rotating/panning gestures allow the user to play with the view and toggle from the cell-view to a full size display.
Source: https://github.com/gmoledina/GMGridView





Post a Comment