Seemingly simple operation -- releasing what the nib loaded
Hi there, I have a nib with one my of my view controllers in it, which has quite a few full screen background images in UIImageViews. I don't have outlets to those, because they are static. I find that I'm unable to unload those imageviews, even if I release the view that contains them, I'm not recovering the memory. Is there some way to do this?
|