From 1b9fc00ff0101b29463df1116196295ef65df777 Mon Sep 17 00:00:00 2001 From: Hannah Troisi Date: Mon, 18 Apr 2016 00:05:28 -0700 Subject: [PATCH] Update containers-asviewcontroller.md --- _docs/containers-asviewcontroller.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/_docs/containers-asviewcontroller.md b/_docs/containers-asviewcontroller.md index bfceb885..9cb46424 100755 --- a/_docs/containers-asviewcontroller.md +++ b/_docs/containers-asviewcontroller.md @@ -5,10 +5,11 @@ permalink: /docs/containers-asviewcontroller.html next: containers-astablenode.html --- -`ASViewController` is a subclass of `UIViewController` and adds the following features. -- handles the measurement stuff -- handles rotation -- additional memory management to help deep nativation stacks manage memory +`ASViewController` is a subclass of `UIViewController` and adds the following features + An `ASViewController` can be used in place of any `UIViewController` - including within a `UINavigationController`, `UITabBarController` and `UISpitViewController` or as a modal view controller.