modalViewController use very much 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
14:13 UTC
Read the original article
Hit count: 381
Hi! I'm presenting a modalViewController that uses a certain amount of memory, of course.
But now, if I call the method - (void)dismissModalViewControllerAnimated:(BOOL)animated
it seems that the modalViewController remains in the memory. How can I solve this problem? Thanks.
© Stack Overflow or respective owner