Hi all
in my app,i am having UIViewController,there is UITableView which is added as subview for viewcontroller,whenever i select any of the cells,instance of the same UIViewController is created which again has tableview.
when i navigate for sometime, my app is geeting memory warning.
I am releasing the instance of UIViewController has i navigate from one viewcontroller to another.
in my app,i am having UIViewController,there is UITableView which is added as subview for viewcontroller,whenever i select any of the cells,instance of the same UIViewController is created which again has tableview.
when i navigate for sometime, my app is geeting memory warning.
I am releasing the instance of UIViewController has i navigate from one viewcontroller to another.