iPhone: Modal View Controller Leaking Memory
- by burki
Hi!
I'm presenting a modalViewController. After I dismiss the modal view controller with:
- (void)dismissModalViewControllerAnimated:(BOOL)animated
.. the view is still in memory. How do I dismiss it such that it will use memory?
Thanks.