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

This should be disabled until it is rewritten to actually work.

It could use some more documentation, mostly on cell subclassing and customization. Also is the current documentation not up to date? The example application uses block named differently from what...

Documentation

Both this call and its animated counterpart need to be based off each other and less repetitive/dumb.

Is it possible to add a horizontal mode as well (left-to-right / right-to-left)? I can imagine some cases in which this would be really useful if it had a vertical...

Feature
Request

Just prevent calling of -setNeedsLayout between -beginUpdates and -endUpdates, just adding them to the stack. ``` - (void)beginUpdates; - (void)endUpdates; ```

Feature