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

The Tiled View visibly reloads it's tiles when the application is switched from background to active? #10

Open
smoothdvd opened this issue Sep 4, 2012 · 2 comments

Comments

@smoothdvd
Copy link

It also appears to happen when the app is left inactive for a period of time.

@jessedc
Copy link
Owner

jessedc commented Sep 4, 2012

I do notice this, I'm assuming it's a memory issue with the device. It might be necessary to add some level of caching so refreshing the tiled view doesn't cause this annoying behaviour.

@jessedc
Copy link
Owner

jessedc commented Sep 8, 2012

I'm looking into this, it seems like capturing a CATiledLayer's in a graphics context is a bit difficult. see https://github.com/incanus/TiledLayerSnapTest and related links. I'll continue to look into this.

Another reference is also: http://stackoverflow.com/questions/9122388/taking-image-snapshot-of-catiledlayer-backed-view-in-uiscrollview

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