GMGridView icon indicating copy to clipboard operation
GMGridView copied to clipboard

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...

Results 104 GMGridView issues
Sort by recently updated
recently updated
newest added

This code should animate the tapped cell 10px right while changing its color to green. The frame animation never runs the first time. Ideas? ``` - (void)GMGridView:(GMGridView *)gridView didTapOnItemAtIndex:(NSInteger)position {...

Hi, If I put a GMGridview inside a GMGridView, enable editing on the topmost GMGridView, and hit delete, nothing happens. If I put the root GMGridview in edit mode and...

I want to open the fullsize view of a cell on both occurences: if a person taps on it but also when he pinches. The latter is in the example,...

I've got a Grid View and it works fine if I keep adding Labels/Images etc to the cel's contentView. e.g. this would work fine [cell.contentView addSubview:myhumbnail]; But this does not...

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...

Hey, is there any docs on how to install this? If you just drop the project and setup targets it's ok, but won't work for Archive build. There are many...

The last tagged commit is the one just before a rollback due to bug on April, 16th ([Issue 72](https://github.com/gmoledina/GMGridView/issues/72)). So the the last version CocoaPods referenced is one with a...

It would cool to have a layout strategy that supports previews. Though this can easily be done by subclassing UIScrollView, GMGridView has some really great additions like lazy loading and...

New feature

I make a GridView with single row LayoutHorizontal strategy, and show 4 cell in one page. I try gridView.pagingEnabled = YES; but it will scrolling and stop on pass one...

I have been seeing an issue using removeObjectAtIndex: withAnimation: in both the demo project as well as my own when using any of the layout strategies with paging. If you...