Vorontsov Yury

Results 5 comments of Vorontsov Yury

.contribute(withNextPresentable: secondFlow, withNextStepper: OneStepper(withSingleStep: Homestep.home)) Is `Homestep.home` in that line mistake? Looks strange. If not, can you share code of SecondFlow?

@seyhagithub you need to look inside `DependencyRegistry` and search if you forgot to setup `ViewController`'s `viewModel` property after creation. As we can see you are not setting up it here,...

@seyhagithub I dont use storyboard for a while for now, but as I remember `instantiateViewController` method forced `viewDidLoad` to execute, and at that step `viewModel` property didn't setted up yet....

@seyhagithub can you share sample project with this behavior?

@seyhagithub the issue is in entry point of your app, it is `ViewController` in Main.storyboard. Your app trying to instantiate `ViewController` as described by entry point just after `didFinishLaunchingWithOptions`, this...