Reloading UITableView when view is popped from UINavigationController
Hi
My iPhone application consists of some UITableViews and UINvigationController.
I noticed that the table view is not loaded (cellforindexpath method not executed) when the view is popped out from navigation controller stack by clicking back button.
Can anyone help me out there how to do this. I want to re load the table view when it is popped out by clicking back button
thanks
Sandy
|