I want to reload only one section not the full table. Is there any method in UITableView.
UITableView
[tableView reloadData] is used to load full table
[tableView reloadData]
Yes, there is:
- (void)reloadSections:(NSIndexSet *)sections withRowAnimation:(UITableViewRowAnimation)animation