kolinkrewinkel / KKGridView

Deprecated: Grid view library for iOS.
https://github.com/kolinkrewinkel/KKGridView
Other
821 stars 151 forks source link

Reload data flashes when GridView updates. #161

Open mikeydelamonde opened 11 years ago

mikeydelamonde commented 11 years ago

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?

kolinkrewinkel commented 11 years ago

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 notifications@github.com 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.

mikeydelamonde commented 11 years ago

Good idea! Will try that out. Thank you!

mikeydelamonde commented 11 years ago

Actually- is there a way to get to an event for when the GridView has finished layout?