Fix simple issue with ASTableViewStressTest, make Table / Collection handle changes to dataSource / delegate.

This commit is contained in:
Scott Goodson
2015-09-24 19:59:12 -07:00
parent d76c199368
commit ee4b771d5d
3 changed files with 4 additions and 5 deletions

View File

@@ -100,9 +100,6 @@
- (void)thrashTableView
{
_tableView.asyncDelegate = self;
_tableView.asyncDataSource = self;
[_tableView reloadData];
NSArray *indexPathsAddedAndRemoved = nil;