I’m having navigation controller with few views.
I’ve table view in one of the views. I’m showing tick mark when user selects a cell in table view. Upto this point, its fine.
When user goes back to previous view and comes back, i want to reset the table view. How?
I’m having navigation controller with few views. I’ve table view in one of the
Share
If you need to reload data, you can call
[tableView reloadData].