Hi developers,
I am currently working on an application which displays several UIViews in a UIScrollView. This UIScroll is inside a UIViewController.
(In a loop I am creating new UIViews with autorelease and add them to the scroll view. Could this be the problem?)
When I try to release the viewController all the subviews with their label, images, etc are staying in the memory.
What would be the best way to get rid of those objects?
Thanks for your help!
Thomas