File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ We don't receommend to use RxSwift directly in a customized view.
268268
269269To 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
273273In this graph, both the count of subviews and the user interactions in the group are considered.
274274In 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
281281A 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.**
286286For example, to add the ` childViewController1 ` into the parent view controller, a container view ` containerView1 ` should be prepared at first.
You can’t perform that action at this time.
0 commit comments