KKGridView
KKGridView copied to clipboard
Deprecated: Grid view library for iOS.
Podspec refers to tag '0.6.8.2' s.source = { :git => 'https://github.com/kolinkrewinkel/KKGridView.git', :tag => '0.6.8.2' } which is not available on github.
This may be a problem with the demo, or with the library (I haven't looked very far into it). But when the device runs out of memory, all the cells...
I follow the steps as per documentation but my app build was failed due to error above mentioned but i have that class also
I still have great problems archiving my project when using KKGridView. I found the closed issue #62, but the answer there doesnt help me out. The strangest thing is that...
Calling [self.gridView deselectItemsAtIndexPaths:[self.gridView indexPathsForSelectedCells] animated:YES]; does not cause the deselection to occur with an animation. I set some breakpoints and think the problem is that this call triggers multiple deselection...
Hi, I would like to add a UISearchBar as the GridView Header view which is not visible by default, only when the user scrolls the grid view down. I added...
i have a viewcontroller with a kkgridview on it that the user is supposed to choose several cells (custom cells i have subclassed). after the user has finished choosing i...
I must be doing something stupid wrong! XCode 4.3.2, iPhone, 5.1 or above, Story board with KKGridViewController sub-classed. All the section headers are drawing correctly (and are sized correctly for...
Here is the code I have. I am using custom cells loaded from xibs and did everything possible to create transparent backgrounds. No luck. # AlbumsViewController ``` objc - (KKGridViewCell...
Hi, Is there a way to have the grid animate when laying itself out when the bounds of the gridview change? I have a grid in a resizeable pane in...