From aea2935704e9cf95db6f91ea4402339a2dab377a Mon Sep 17 00:00:00 2001 From: Hannah Troisi Date: Mon, 18 Apr 2016 23:15:53 -0700 Subject: [PATCH] Update containers-asviewcontroller.md --- _docs/containers-asviewcontroller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/containers-asviewcontroller.md b/_docs/containers-asviewcontroller.md index 16cddd58..09b48bbb 100755 --- a/_docs/containers-asviewcontroller.md +++ b/_docs/containers-asviewcontroller.md @@ -15,7 +15,7 @@ More features will be added over time, so it is a good idea to base your view co A `UIViewController` provides a view of its own. An `ASViewController` is assigned a node to manage in its designated initializer `initWithNode:`. -Consider the following `ASViewController` subclass from the ASDKgram sample app that would like to use a table node as its managed node. +Consider the following `ASViewController` subclass `PhotoFeedNodeController` from the ASDKgram sample app that would like to use a table node as its managed node. This table node is assigned to the `ASViewController` in its `initWithNode:` designated initializer method.