KKGridView
KKGridView copied to clipboard
Reload data flashes when GridView updates.
This is noticeable because I am appending some data to the end of the list so the original squares are already there. Is there a way to make it not flash and just add the new ones to the end?
My impulse would be to add an image view overlay with a capture of the grid layer (with an image context), or use a very fast CATransition on the layer.
Sent from my iPhone
On Feb 11, 2013, at 12:38, mikeydelamonde [email protected] wrote:
This is noticeable because I am appending some data to the end of the list so the original squares are already there. Is there a way to make it not flash and just add the new ones to the end?
— Reply to this email directly or view it on GitHub.
Good idea! Will try that out. Thank you!
Actually- is there a way to get to an event for when the GridView has finished layout?