Quote:
Originally Posted by Shubo
Thank for clarifying. I see a possible problem. I am retaining the view so even though I remove it from its superview it and its subviews might not get released.
|
I never retain any view or its subviews.
I remove them and reinitialize them when I need them...
I think the term is "Lazy Loading"?
I also release the View and all its subviews as soon as I create them...
So when I remove the view from superview, it removes all of it...
But Duncan's post makes me think I need to do some more reading and playing around under the hood...