Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reload data flashes when GridView updates. #161

Open
mikeydelamonde opened this issue Feb 11, 2013 · 3 comments
Open

Reload data flashes when GridView updates. #161

mikeydelamonde opened this issue Feb 11, 2013 · 3 comments

Comments

@mikeydelamonde
Copy link

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
Copy link
Owner

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.

@mikeydelamonde
Copy link
Author

Good idea! Will try that out. Thank you!

@mikeydelamonde
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants