iPhone: Modal View Controller Leaking Memory
Posted
by burki
on Stack Overflow
See other posts from Stack Overflow
or by burki
Published on 2010-04-25T14:02:32Z
Indexed on
2010/04/25
16:33 UTC
Read the original article
Hit count: 279
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.
© Stack Overflow or respective owner