Persistence scheme & state data for low memory situations (iphone)
- by Robin Jamieson
What happens to state information held by a class's variable after coming back from a low memory situation?
I know that views will get unloaded and then reloaded later but what about some ancillary classes & data held in them that's used by the controller that launched the view?
Sample scenario in question:
@interface MyCustomController:…