I am writing an app that notifies user when its time to take his/her medicine. The label at the top of the page shows a date and the tableView gets populated with m
tableView
You can use this also--
indexPath.section - `UITableView section which you want to reload .
indexPath.section
NSIndexSet *section = [NSIndexSet indexSetWithIndex:indexPath.section]; [self.tableView reloadSections:section withRowAnimation:UITableViewRowAnimationNone];