From bb9ebf50f05702e56478a95dcd8e57fedd9ab552 Mon Sep 17 00:00:00 2001 From: Hannah Troisi Date: Sat, 16 Apr 2016 14:38:05 -0700 Subject: [PATCH] Update containers-asviewcontroller.md --- _docs/containers-asviewcontroller.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_docs/containers-asviewcontroller.md b/_docs/containers-asviewcontroller.md index 7ecfd6ab..bfceb885 100755 --- a/_docs/containers-asviewcontroller.md +++ b/_docs/containers-asviewcontroller.md @@ -12,7 +12,7 @@ next: containers-astablenode.html An `ASViewController` can be used in place of any `UIViewController` - including within a `UINavigationController`, `UITabBarController` and `UISpitViewController` or as a modal view controller. -###Example Code### +###Porting UIViewControllers to ASViewControllers### 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 that would like to use a custom table node as its managed node. @@ -33,10 +33,10 @@ Consider the following ASViewController subclass that would like to use a custom } ``` -###Example Apps### - -###Porting Notes### - For a full guide on porting your UIKit app to ASDK see Porting Your App (INCLUDE LINK). +###Example Apps### + + +