Skip to content

Commit

Permalink
Update subclassing.md (TextureGroup#479)
Browse files Browse the repository at this point in the history
* Update subclassing.md

* Update subclassing.md

Lowered-case the "i".
  • Loading branch information
oferRounds authored and bernieperez committed Apr 25, 2018
1 parent 5584a1f commit c0c462c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_docs/subclassing.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The most important thing to remember is that your init method must be capable of

### `-didLoad`

This method is conceptually similar to UIViewController's `-viewDidLoad` method and is the point where the backing view has been loaded. It is guaranteed to be called on the **main thread** and is the appropriate place to do any UIKit things (such as adding gesture recognizers, touching the view / layer, initializing UIKIt objects).
This method is conceptually similar to UIViewController's `-viewDidLoad` method; it’s called once and is the point where the backing view has been loaded. It is guaranteed to be called on the **main thread** and is the appropriate place to do any UIKit things (such as adding gesture recognizers, touching the view / layer, initializing UIKIt objects).

### `-layoutSpecThatFits:`

Expand Down

0 comments on commit c0c462c

Please sign in to comment.