ios icon indicating copy to clipboard operation
ios copied to clipboard

Alter memory management strategy post Tangram-es 0.7 work

Open msmollin opened this issue 8 years ago • 1 comments

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

msmollin avatar Jun 23 '17 14:06 msmollin

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.

matteblair avatar Jun 23 '17 15:06 matteblair