Skip to content

Commit

Permalink
Fixed typo UIKIt (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixzhu authored and nguyenhuy committed Aug 7, 2017
1 parent 69a9153 commit 49b1f82
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; 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).
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 49b1f82

Please sign in to comment.