KKGridView icon indicating copy to clipboard operation
KKGridView copied to clipboard

Deprecated: Grid view library for iOS.

Results 45 KKGridView issues
Sort by recently updated
recently updated
newest added

When adding cells to the gridview, they don't show until a scroll gesture is made. Once this happens all the items are rendered normally. Whats going wrong?

In each cell in my grid I have added a `UIButton` but when the button is pressed then both the button action is called as well as the `-gridView:didSelectItemAtIndexPath:`. In...

Deferred

I'm using a grid with an IndexView. I'm adding the grid as a subview into a view controller, and setting autoresizing masks to be FlexibleHeight | FlexibleWidth and I'm noticing...

.. when i do it in the normal way im getting errors and the images are not showing properly .. can some body help me

This is noticeable because I am appending some data to the end of the list so the original squares are already there. Is there a way to make it not...

I am using KKGrid view and when I select an item the cell becomes blue. How can I prevent it to happen? I am looking for something equivalent to the...

How do I add images to cells in kkgrid view ?

Can any one tell me how pull down to refresh can be implemented ?

I have custom views for my Section Headers, and when a cell is partially scrolled underneath it, tapping a Section Header for my custom navigation will tap the cell instead....

Driving me mad. I use the recommended Example (on the front page) for cellForItemAtIndexPath, and in my cell creation, I add a Label subview because I require text to be...