I\'m stuck with a problem for some time now and I would like to know if anyone can help. I\'m developing an IOS app (iPad) using a main navigation controller and a lot of UI
You can also try for memory leak, Apple's Xcode development environment provide a tools for memory leak detection, the easiest way to run it is straight from
Xcode: 1.Product -> 2.Start with Performance Tool(Profiler) -> 3.From instrument select Leaks.
It seems very good at detecting memory leaks, and easy to figure out.