I am down at one point in my application that I reset the user to top screen by using popToRootViewController – and then adjust the position pushing new views. I am asking myself what happens with all intermediary views in between… should I properly loop through them to release/dispose of them and how?
I have a low memory crash and I think it could come from this.
Thanks for any help in advance
Cheers,
geebee
EDIT1: I understand now that this is done automatically – BUT:
1) are there cases it is not done…
2) what method should I call to really free them (I only want to keep the views up to 4 and anything after should be discarded).
I trust you guys but all indicates from the lives bytes growing that something is staying behind…
Thanks for your help
popToRootViewControllerwill release all intermediate viewcontroller memory. Check this