views:

38

answers:

1

My iPhone app has a tabBar at the bottom.

The 5th tab is rarely used... but pretty memory-intensive... so I want to make it UNLOAD each time it is exited (by the user clicking on a different tab).

But how?

I thought I just needed to call "[self viewDidUnload]" but that doesn't seem to do it.

Where is the "forceThisViewToUnload" and where should I put it?

A: 

i think you can call didReceiveMemoryWarning but its bit hacky way :)

GameBit