mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00: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