modalViewController use very much memory
- by burki
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.