gmoledina / GMGridView

A performant 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 cellview to a fullsize display.
MIT License
2.3k stars 512 forks source link

willDisplayCell equivalent #123

Open alariccole opened 12 years ago

alariccole commented 12 years ago

For UITableViews, I've often used the delegate method tableView:willDisplayCell:forRowAtIndexPath: for creating infinite scrolling interfaces. This method allows a check for if the table view has scrolled to a certain cell (or, in my case, the last row). I did not find an equivalent method in GMGridView. Do you have an alternative, or should this be filed as a feature request?