Tweak copy around adding an outlet for ReactView

This commit is contained in:
Andrew Sardone 2015-03-31 17:17:44 -04:00
parent 5dac2cb093
commit 2ec88bdd8b

View File

@ -97,7 +97,7 @@ However, let's subclass `UIView` for the sake of clean code. Let's name it `Reac
@end
```
Don't forget to add an outlet for it.
In a view controller that wants to manage this view, go ahead and add an outlet and wire it up:
```
// ViewController.m