SwiftUI Redacted Tutorial - Loading Skeleton View - (SwiftUI Tutorial, Xcode 12, SwiftUI 2.0)

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

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

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

    Hi all, I hope you enjoy this video. I also have the playlist for this free course below
    Build a news app in SwiftUI tutorial series
    th-cam.com/play/PLv.html...
    Also if you’re interested in learning how to build a complex UI, I also have a detailed tutorial showing you how to build Clubhouse in SwiftUI below
    Build Clubhouse in SwiftUI 2.0 and Dark Mode (SwiftUI Tutorial, SwiftUI 2.0, Clubhouse App Clone)
    th-cam.com/video/FVUPe5z1YG8/w-d-xo.html

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

      I can't open the playlist

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

      Build a news app in SwiftUI tutorial series
      th-cam.com/play/PLvUWi5tdh92zgFZ2UHvhhKrLyRyHXz8Jw.html

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

    Great Tutorial, thank you. It's always nice to see some new Swift/iOS creators on here

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

      Glad you liked it! And there's more content I have planned to come 👀

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

    nice tutorial man keep it up. im new to SwiftUI so this really helps

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

      Thank you for the support, exciting times that you’re new to SwiftUI development 🙌🏾

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

    Really nice work, I believe you make this a series

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

      Thank you and great idea 👍🏾

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

    Great as always!

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

      Thank you! Cheers!

  • @hisbikalhaqiqi19
    @hisbikalhaqiqi19 10 หลายเดือนก่อน

    amazing this video, thanks for sharing i enjoy this video

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

    I like your videos and I watch them often. One minor comment - please, reduce drastically the usage of: essentially and basically.

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

      Thanks, one thing to note this video was filmed 2 yrs ago. My content has changed a lot in terms of quality

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

      @@tundsdev you are correct. I take my comment back! Keep up the great work!

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

    this is clutch thanks man.

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

    how to do this without own protocol? skeleton view is showing always. Thanks anyway!

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

      Thanks 👍🏾

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

    right now i am using your old network layer using urlsessions , do i need to learn any thing new like Combine ?

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

      Hey, I have a mini course with a range of examples using URLSession it has examples with Combine & Swift Concurrency 👌🏾
      th-cam.com/play/PLvUWi5tdh92wy3DEZk_NL207DgQs_xtq_.html

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

      @@tundsdev with SwiftUI do i need to move to another prospective
      A lot of folks use Task{} and i am pretty new with SwiftUI (less than 1 year actual practicing) ,do i need to change anything under the hood?

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

      @@tundsdev now i am watching every video in your channel starting from day one of your channel
      Thanks a lot

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

      That task is using Swift Concurrency, I personally would stick with Swift Concurrency or Combine. Understand URLSession then pick one you prefer. I prefer Swift Concurrency personally 👌🏾

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

      @@tundsdev i will try to do so
      Any combine videos coming soon from zero level?