Memory Problem - Release whole ViewController ?
Posted
by Sebastian
on Stack Overflow
See other posts from Stack Overflow
or by Sebastian
Published on 2010-06-15T16:09:20Z
Indexed on
2010/06/15
16:52 UTC
Read the original article
Hit count: 382
Hi, I'm using a TabBarController with a few Tabs and I have memory problems when switching through the tabs and the contents. Is there a way to release and dealloc everything when I go to another ViewController ?
So when I am in Tab#1 with ViewController #1 and I go to Tab#2 with ViewController #2, how can I free all the memory ViewController #1 took ?
Thx ! Sebastian
© Stack Overflow or respective owner