GMGridView
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...
I want to hide a cell, but when I scroll the grid view, I find the other cell also is hidden. Is this a bug?
Is it possible to extend GMGridView to create different cell size dynamically, so that it looks like the windows 8 metro style tiles?
Hi This would be very nice to change the build warnings in the project and to display all the following mistakes : - implicit signedness conversion - implicit conversion between...
I'm using GMGridView which is a good open source code that supports grid views. I have a class named 'ProductsGVC' which presents a grid view of products belonging to a...
Hi :) I am currently having issues with grid rotation of multiple paginated views. When I am at a specific page and I rotate the device, the grid jumps pages....
When calling `scrollToObjectAtIndex` with paging enabled (paged horizontal layout strategy) and `centerGrid = YES` `targetRect` is calculated wrong. The problem seems to be that we have `edgeInsets` not equal 0;...
Would be nice to have some public method to call on tap to put a cell in fullscreen.
If ``` GMGridViewCell *cell = [gridView cellForItemAtIndex:position]; ``` is called for a position that is not visible in gridView at the moment, this function will return nil, instead of the...
The problem can be seen in the supplied demo app, if you change the following parameters. When you reduce # define NUMBER_ITEMS_ON_LOAD 2 AND set _gmGridView.centerGrid = NO; in Demo1ViewController.m...