Update subclassing-layout.md

This commit is contained in:
Hannah Troisi
2016-07-24 16:26:35 -07:00
committed by GitHub
parent be0812764a
commit 2964a4d150

View File

@@ -7,7 +7,7 @@ The most important distinction when creating a subclass is whether you writing a
## ASViewController
<br>
An `ASViewController` is a regular UIViewController subclass that has special features to manage nodes. Since it is a UIViewController subclass, all methods are called on the **main thread** (and you should always create an ASViewController on the main thread).
An `ASViewController` is a regular `UIViewController` subclass that has special features to manage nodes. Since it is a UIViewController subclass, all methods are called on the **main thread** (and you should always create an ASViewController on the main thread).
###`-init`