Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Commit

Permalink
Reload the table view when setting a new table view data source
Browse files Browse the repository at this point in the history
  • Loading branch information
danielctull committed Dec 10, 2011
1 parent d4972b2 commit 93df7b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DCTTableViewController.m
Expand Up @@ -162,6 +162,7 @@ - (void)dctInternal_setupDataSource {
if (self.tableViewDataSource == nil) return;

self.tableView.dataSource = self.tableViewDataSource;
[self.tableView reloadData];
}

@end

0 comments on commit 93df7b0

Please sign in to comment.