KKGridView
KKGridView copied to clipboard
Batch Updates
Just prevent calling of -setNeedsLayout between -beginUpdates and -endUpdates, just adding them to the stack.
- (void)beginUpdates;
- (void)endUpdates;