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

If you've upgraded to XCode 4.5 and you can't compile GMGridView because you get a linker error "file was built for archive which is not the architecture being linked (armv7s)",...

It would be nice if grid view allow drag and drop to reorder cells during edit mode.

In the latest version of GMGridView it seems that in order to disable editing on long press I have to set enableEditOnLongPress to true instead of false. Before this worked:...

If I start my application with a GridView in landscape mode an the iPad simulator, the frame and bounds of the view are correctly adjusted, but if I tap outside...

First of all Thanks for very useful & awesome library. My questions are 1) How can I move the cells & also delete the cells using Long Press ? I...

Hi, i'm a problem with my application. I'm using your grid but i've problem if i insert an uiimageview as subview of grid cell. Here's my code: - (GMGridViewCell *)GMGridView:(GMGridView...

This is an edge case, but in the case where the grid cells are close to the edge (for instance, inset = 4), the scroll indicator can occasionally appear behind...

When using UITableView to updates a few rows , you have some indexes and you can use beginUpdates and endUpdates. When using GMGridView I found this is difficult,you can only...

Hi, is it possible to scroll the container without so much griditems? i want to scroll down to show the pull-to-refresh header but i cant if there are not enough...

In the demo, if you use a vertical layout in the Demo 2, bottom grid, you'll see scrolling down will scroll items ON TOP of the the other views. The...