mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-06 17:27:54 +08:00
Tweak copy around adding an outlet for ReactView
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user