Dependency Injection in 8 minutes (Swift 2023)

Поделиться
HTML-код
  • Опубликовано: 30 апр 2023
  • In this video I will talk about Dependency Injection in Swift Xcode. I will also go over real life examples of when we would use Dependency Injection and briefly explain 3rd party libraries like Swinject.
    If this video helped out and you want to see more iOS/Swift videos,
    please consider subscribing.
    If you liked the video, leave a like or comment!
    If coding is too hard, you can hire me:
    www.fiverr.com/ios_solutions/...
  • НаукаНаука

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

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

    very good explanation thanks

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

    Thanks for teaching us for free, I'm learning iOS through your channel!
    P.S. Love the thumbnails. :)

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

    Bruh, thank you.

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

    Can you do a video on programmatic Stack View?

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

    Hello, thank you very much for your videos. I was wondering: what do you think of the massive view controllers problem? Has it ever caused any actual issues to you?

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

      Yes it has! My first app that went on the app store was pretty large and had massive view controllers. I learned MVVM and refactored the code that way. Beyond that you can use extension files and subclasses and stuff. But I think the first step is to learn MVVM.