Skip to content

Commit a45cecb

Browse files
authored
Update chapter3-viewcontroller.md
1 parent ac2140c commit a45cecb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

document/chapter3-viewcontroller.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ We don't receommend to use RxSwift directly in a customized view.
268268

269269
To make it easy to understand this problem, we can refer to the following grpah.
270270

271-
![subviews_and_child_controller](https://raw.githubusercontent.com/lm2343635/RxController/master/images/subviews_and_child_controller.jpg)
271+
![subviews_and_child_controller](https://raw.githubusercontent.com/RxSwiftCommunity/RxController/master/images/subviews_and_child_controller.jpg)
272272

273273
In this graph, both the count of subviews and the user interactions in the group are considered.
274274
In the situation with less subviews and less user interactions, compared to add the subviews into the parent view controller directly,
@@ -280,7 +280,7 @@ The parent plan is recommended with the high relevancy degree between the user i
280280

281281
A child view controller also extends the BaseViewController, so it can take advantage of view model and RxSwift.
282282

283-
![Platform](https://raw.githubusercontent.com/lm2343635/RxController/master/images/child_view_controllers.jpg)
283+
![Platform](https://raw.githubusercontent.com/RxSwiftCommunity/RxController/master/images/child_view_controllers.jpg)
284284

285285
**Using a container view is recommended for a child view controller.**
286286
For example, to add the `childViewController1` into the parent view controller, a container view `containerView1` should be prepared at first.

0 commit comments

Comments
 (0)