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]
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]