When I call [tableView reloadData] the function - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
[tableView reloadData]
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
If you are not able to reload table using
[self.tableView reloadData];
Please make sure you are adding reference to following from the storyboard
@property (weak, nonatomic) IBOutlet TableView *tableView;
How to add reference you can click on following Image Link:
tableView reference outlet