Generics in Swift: Protocols with associated types

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 พ.ย. 2024

ความคิดเห็น • 29

  • @byhabiboff
    @byhabiboff 6 หลายเดือนก่อน +1

    I really appreciate you, unfortunately there are very few resources on protocols. When some friends who are not our students ask for resources, I can proudly present your videos. You are great!

    • @swiftandtips
      @swiftandtips  6 หลายเดือนก่อน

      Thank you very much 🙏

  • @andrejkling3886
    @andrejkling3886 3 ปีที่แล้ว +3

    Awesome lesson... the Best way to show us how is it working in real application made new videos about how works together protocols and generic. Thank you so much. P. S. Of course SwiftUi applications 😅

  • @matthewkruk1455
    @matthewkruk1455 3 ปีที่แล้ว +2

    Excellent presentation. You made understanding associated types easy to understand, thanks!

  • @valentine1925
    @valentine1925 2 ปีที่แล้ว

    this is hight quality content bro, you explain it in easy way.

    • @swiftandtips
      @swiftandtips  2 ปีที่แล้ว

      Thank you very much ☺️

  • @danielcrompton7818
    @danielcrompton7818 4 หลายเดือนก่อน

    Thanks so much for this! I’d also love to learn about what the some / any means, eg, some View

    • @swiftandtips
      @swiftandtips  4 หลายเดือนก่อน +1

      Thank you! 😊
      Check out this th-cam.com/video/Wa8xTSHX_PM/w-d-xo.html if you want to learn more about any.
      And this th-cam.com/video/C4WQFU7QrmM/w-d-xo.html for opaque types. 👍

    • @danielcrompton7818
      @danielcrompton7818 4 หลายเดือนก่อน

      @@swiftandtips oh wonderful, thank you so much!!

  • @SandeepTomar-n9w
    @SandeepTomar-n9w 11 หลายเดือนก่อน

    Awesome lesson.

    • @swiftandtips
      @swiftandtips  11 หลายเดือนก่อน

      Thank you! 😊

  • @ilpacolo
    @ilpacolo ปีที่แล้ว

    amazing video

  • @tranhongquan3942
    @tranhongquan3942 2 ปีที่แล้ว

    thanks you, this is really for helpfull!

  • @vladimirmoor
    @vladimirmoor 3 ปีที่แล้ว

    Thanks for useful video!

  • @abymathew575
    @abymathew575 3 ปีที่แล้ว +1

    really nice tutorial.

  • @jenncvega
    @jenncvega 3 ปีที่แล้ว

    this helped me in my task, thank you

    • @swiftandtips
      @swiftandtips  3 ปีที่แล้ว +1

      Hi Jenn, I’m glad the video helped you! 😄

  • @RohitSharma-xu5tn
    @RohitSharma-xu5tn 2 ปีที่แล้ว

    Awesome 👍

  • @myrondulay8628
    @myrondulay8628 3 ปีที่แล้ว

    Thank you

  • @EEGAMINGYT1994
    @EEGAMINGYT1994 3 ปีที่แล้ว

    Good work really its great video

  • @developerfriendly
    @developerfriendly 3 ปีที่แล้ว

    very helpful, thanks a lot

  • @ganeshkhedkar3476
    @ganeshkhedkar3476 3 ปีที่แล้ว

    Hello pitt is there any difference Protocol inheritance and Protocol extension if yes what ?

    • @swiftandtips
      @swiftandtips  3 ปีที่แล้ว

      Hi @Ganesh, if I understand your question, you mean a difference between struct MyStack: Stack {…} vs extension MyStack: Stack {…}?
      If so, then no, both work in the same way, however using extension modularize your code and keep it cleaner, I recommend to use extension 👍.

  • @dskygn
    @dskygn 4 หลายเดือนก่อน

    Container should not be needed. It is a complete mess.