Swinject to handle dependency injection, Felipe Garcia (English)

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

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

  • @PavelGnatyuk
    @PavelGnatyuk 4 года назад +34

    "D" in SOLID stands for "Dependency inversion principle". Not "injection"

  • @umangb3149
    @umangb3149 3 года назад +2

    People who know about Swinject, kindly post your views

  • @alexvermont6667
    @alexvermont6667 3 года назад

    Thank you for the video. It was informative.

  • @daisoreanulaurentiu3943
    @daisoreanulaurentiu3943 3 года назад

    one note on method injection, when you present it with a public parameter it makes no sense over property injection. When you make a presentation you should create a clear distinction between property injection and method injection so one should use private or fileprivate.

  • @aleph.5811
    @aleph.5811 5 лет назад

    i kept getting this error: Swift class extensions and categories on Swift classes are not allowed to have +load methods, how do i bypass this? thanks

    • @lele94742
      @lele94742 4 года назад

      then use `minimal` obj-c

  • @daivesimoes313
    @daivesimoes313 5 лет назад

    Top!