KKGridView icon indicating copy to clipboard operation
KKGridView copied to clipboard

Batch Updates

Open kolinkrewinkel opened this issue 14 years ago • 0 comments

Just prevent calling of -setNeedsLayout between -beginUpdates and -endUpdates, just adding them to the stack.

- (void)beginUpdates;
- (void)endUpdates;

kolinkrewinkel avatar Aug 03 '11 22:08 kolinkrewinkel