Update containers-asviewcontroller.md

This commit is contained in:
Hannah Troisi
2016-04-18 22:51:49 -07:00
parent 0eb1196952
commit 98b7c406fc

View File

@@ -19,17 +19,6 @@ Consider the following `ASViewController` subclass from the <a href="https://git
This table node is assigned to the `ASViewController` in its `initWithNode:` designated initializer method.
```objective-c
@interface PhotoFeedNodeController : ASViewController
@end
@interface PhotoFeedNodeController () <ASTableDelegate, ASTableDataSource>
@end
@implementation PhotoFeedNodeController
{
ASTableNode *_tableNode;
}
- (instancetype)init
{
_tableNode = [[ASTableNode alloc] initWithStyle:UITableViewStylePlain];