iphone - Completely Removing Views from memory -
I have a view that has a slideshow setting, and another view that has a slide show. Unfortunately, these ideas Resists because they are still in memory.
As far as I know, to see DDU, Dellok is called only in low memory conditions, and Delok should not be asked directly, so why should I completely remove one view Ideas are in the way of the Uninvision Controllers.
If you have added a view with the UIAgent controller
pseudocode:
UIView * newView = [[UIView alloc] init]; // Maintain = 1 [UINavigationController pushView: newView]; // maintain = 2 [new view release]; // maintain = 1 [UINavigationController popView]; // maintain = 0, the object will be lost
Comments
Post a Comment