[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:
Hannah Troisi
2016-11-07 15:55:09 -08:00
committed by appleguy
parent cc00626642
commit 9949c6348d
3 changed files with 19 additions and 19 deletions

View File

@@ -66,7 +66,7 @@
{
[super viewWillAppear:animated];
[self.tableNode deselectRowAtIndexPath:self.tableNode.view.indexPathForSelectedRow animated:YES];
[self.tableNode deselectRowAtIndexPath:self.tableNode.indexPathForSelectedRow animated:YES];
}