mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-11 17:44:12 +08:00
Update containers-asviewcontroller.md
This commit is contained in:
@@ -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
|
||||
<ul>
|
||||
<li>measurement handling</li>
|
||||
<li>additional memory management to help deep nativation stacks manage memory</li>
|
||||
</ul>
|
||||
|
||||
An `ASViewController` can be used in place of any `UIViewController` - including within a `UINavigationController`, `UITabBarController` and `UISpitViewController` or as a modal view controller.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user