Build iOS App from scratch - Part 4 - Dependency container || Swinject || Singleton

preview_player
Показать описание
#appdeveloperpoint
For any queries , feel free to join the discord community.

Follow us on:

Рекомендации по теме
Комментарии
Автор

I am waiting for more videos in this series. It's a great source of learning. Thanks for this amazing series. 🙏😍

BhaktiRasAnmol
Автор

Thanks for your time. I am keep following up with the series and implementing the same.

rajeshpothuraju
Автор

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?

alonshlider