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

Поделиться
HTML-код
  • Опубликовано: 14 янв 2025

Комментарии • 10

  • @BhaktiRasAnmol
    @BhaktiRasAnmol Год назад +1

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

    • @AppDeveloperPoint
      @AppDeveloperPoint  Год назад

      More to come!. Stay tuned and subscribed . Thanks for watching .

  • @rajeshpothuraju5281
    @rajeshpothuraju5281 Год назад

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

  • @brunskiy
    @brunskiy 10 месяцев назад

    Brilliant

  • @lowlydeveloper3693
    @lowlydeveloper3693 Месяц назад

    Is the source code available please?

  • @alonshlider4881
    @alonshlider4881 Год назад

    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?