If I remove the only view from the view controller: [myViewController.view removeFromSuperview] without [myViewController release]. Will the memory be freed up?
If I remove the only view from the view controller: [myViewController.view removeFromSuperview] without [myViewController
Share
No.
Unless you wrote autorelease when you allocated, or release’d after you added it.