mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
[Examples] update example projects to 2.0 API (#2568)
* update example projects to latest Collection / Table API * udpate delegate / data source methods
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
{
|
||||
[super viewWillAppear:animated];
|
||||
|
||||
[self.tableNode deselectRowAtIndexPath:self.tableNode.view.indexPathForSelectedRow animated:YES];
|
||||
[self.tableNode deselectRowAtIndexPath:self.tableNode.indexPathForSelectedRow animated:YES];
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user