mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-24 03:45:58 +08:00
Fix simple issue with ASTableViewStressTest, make Table / Collection handle changes to dataSource / delegate.
This commit is contained in:
@@ -100,9 +100,6 @@
|
||||
|
||||
- (void)thrashTableView
|
||||
{
|
||||
_tableView.asyncDelegate = self;
|
||||
_tableView.asyncDataSource = self;
|
||||
|
||||
[_tableView reloadData];
|
||||
|
||||
NSArray *indexPathsAddedAndRemoved = nil;
|
||||
|
||||
Reference in New Issue
Block a user