Contacts table view reloading on contact refresh complete.

This commit is contained in:
Frederic Jacobs 2015-01-26 17:42:46 -10:00
parent 7f97d84ebe
commit 8fa1be362f

View File

@ -312,6 +312,7 @@
- (void)contactsDidRefresh {
[self updateSearchResultsForSearchController:self.searchController];
[self.tableView reloadData];
[self.refreshControl endRefreshing];
}