I tried to implement it the same way, but when I have dependencies that themself inject other dependencies using the property wrapper(view injects ViewModel, ViewModel injects network service) I get 'Unexpectedly found nil while unwrapping an Optional value' error on the 'container.resolve()' method. Do you have any idea why?
I am waiting for more videos in this series. It's a great source of learning. Thanks for this amazing series. 🙏😍
More to come!. Stay tuned and subscribed . Thanks for watching .
Thanks for your time. I am keep following up with the series and implementing the same.
Thats great Rajesh. 😀
Brilliant
Is the source code available please?
I tried to implement it the same way, but when I have dependencies that themself inject other dependencies using the property wrapper(view injects ViewModel, ViewModel injects network service) I get 'Unexpectedly found nil while unwrapping an Optional value' error on the 'container.resolve()' method. Do you have any idea why?
Did you register the dependencies?
@@AppDeveloperPoint Indeed, registered them all
@@alonshlider4881 is it possible to share a sample zip project