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

Alter memory management strategy post Tangram-es 0.7 work #343

Open
msmollin opened this issue Jun 23, 2017 · 1 comment
Open

Alter memory management strategy post Tangram-es 0.7 work #343

msmollin opened this issue Jun 23, 2017 · 1 comment

Comments

@msmollin
Copy link
Member

Description

Right now we currently do a bunch of juggling work around the fact that older versions of Tangram-es were following an older iOS memory management recommendation that would remove its view from the view hierarchy upon memory warnings.

As of the 0.6 series this is no longer the case and Tangram-es follows the modern iOS recommendations. Thus, we can remove most of our code that manages that process although we should make sure we coordinate these changes with the ES team.

cc @karimnaaji / @matteblair

@matteblair
Copy link
Member

It should be much more straightforward to manage memory pressure with the newer approach. No special handling is needed for tangram, it will respond to memory warnings internally as best as it can.

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