0.2.1
Add a child view controller to a customized view of its parent controller.
// add a child view controller to a customized view of its parent controller.
func addChild<ViewModel: RxChildViewModel>(_ childController: RxChildViewController<ViewModel>, to view: UIView, completion: ((UIView) -> Void)? = nil)