Md Sulayman
Results
2
comments of
Md Sulayman
 See the screenshot, if i present a viewcontroller like `self.rootViewController.present(signInSelectViewContorller, animated: true, completion: nil)` like this on and change the flow from `SignInSelectViewModel`...
Yes, I wanted to present a `UIViewController` modally and change the flow from there. I don't want to dismiss it before navigating to another as it is the requirement.