tags:

views:

13

answers:

0

I have a question about UINavigationController memory leak.

i build a photoviewer app for IPad. almost look like iphone photo viewer.

it is very simple.

the app working like that when click on thumbnail into the lager picture view. if click on the lager picture can return to thumbnail view.

the problem is that when return to thumbnail view by popViewControllerAnimated, the method doesn't release memory .

finally, the application will going to crash.

how can i fix this?