To reload a UITableViewController in IOS using Objective-C you can simply use the reloadData method of the ViewController.

//MyTablViewController is a UITableViewController
[MyTableViewController.tableView reloadData] 

5 thought on “How to reload a ViewController in IOS using Objective-C”

Leave a Reply