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

Added gridView:doubleTapAtIndexPath:onCell method to KKGridViewDelegate

Not sure if some of the warnings actually are bugs. For example should `amountForPath` be used in `keyPath.index+= amount;` instead of `amount`?

Fixes wrong contentSize when using contentInset's

UIColor colorWithPatternImage

When I set header or footer of gridview, My datasource maybe modified,so I need reload number of items in gridview

Could you complete source code to implement features: # pragma mark - Unimplemented //- (void)insertSections:(NSIndexSet *)sections withItemAnimation:(KKGridViewAnimation)animation; //- (void)deleteSections:(NSIndexSet *)sections withItemAnimation:(KKGridViewAnimation)animation; //- (void)reloadSections:(NSIndexSet *)sections withAnimation:(KKGridViewAnimation)animation; Please Thanks

For example, there's an UIButton within the cell, and when i click this button. I hope to have a different action. Currently, if i click the UIButton, both UIButton action...

How can i creat a cell with different size in another section. Like, in section one , i want that in this section has only one cell,but the cell i...

When I rotate my device, the screen rotates but the cells don't redraw properly until I scroll up or down.

Bug

I'd love to have _some_ comments, especially on the trickier parts of the code - e.g. in KKGridView.mm there are, besides _layoutAccessories, no comments at all.

Documentation