mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +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:
@@ -140,7 +140,7 @@ typedef ASLayoutSpec *(^OverviewDisplayNodeSizeThatFitsBlock)(ASSizeRange constr
|
||||
{
|
||||
[super viewWillAppear:animated];
|
||||
|
||||
[_tableNode deselectRowAtIndexPath:_tableNode.view.indexPathForSelectedRow animated:YES];
|
||||
[_tableNode deselectRowAtIndexPath:_tableNode.indexPathForSelectedRow animated:YES];
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user