mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-05-22 23:18:52 +08:00
Implement basic immediate reloadData method on table and collection view
This commit is contained in:
@@ -94,6 +94,8 @@ static const NSInteger kMaxLitterSize = 100; // max number of kitten cell
|
||||
[super viewDidLoad];
|
||||
|
||||
[self.view addSubview:_tableView];
|
||||
|
||||
[_tableView reloadDataImmediately];
|
||||
}
|
||||
|
||||
- (void)viewWillLayoutSubviews
|
||||
|
||||
Reference in New Issue
Block a user