Skip to content

0.2.1

Compare
Choose a tag to compare
@lm2343635 lm2343635 released this 14 May 03:25
· 200 commits to master since this release
8770b6e

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)