How to use SDWebImage in SwiftUI | Swift Packages #1

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2025

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

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

    Thank you for sharing this informative video on SwiftUI package! It's been incredibly helpful for me. I would love to see more content like this in the future. Keep up the great work!.

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

    Thanks a lot for your video Nick. With your tutorial I've solved an issue where I stuck for weeks! Great video!

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

    Awesome video Nick, thanks

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

    Why did you choose SDWebImage over Kingfisher ?
    (Sorry. I didn't hear that. 3:09)

    • @SwiftfulThinking
      @SwiftfulThinking  10 หลายเดือนก่อน +3

      SDWebImage seems easier to use and more performant. However, the next video is Kingfisher 😂

    • @Designguidetv
      @Designguidetv 10 หลายเดือนก่อน +1

      @@SwiftfulThinking it will be interesting to see the difference

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

    Thank you for the video. How do we set access token as header for url which needs authentication to load image? the way we were doing in UIKit is returning 401 error?

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

    Very informative 👏 thanks

  • @mokanoir
    @mokanoir 9 หลายเดือนก่อน

    I have tried to set the options for the cache to save to disk only:
    WebImage(url: URL(string: url), context: [.storeCacheType: SDImageCacheType.disk]) { image in...
    But when the app starts on the simulator, it crashes. Is there another way to disable the cache to memory so that the cash only stored on the disk?

  • @mokanoir
    @mokanoir 9 หลายเดือนก่อน

    Great stuff... 👍🏻 Thank you... 😊

  • @MuhammadHuzaifa-t2s
    @MuhammadHuzaifa-t2s 10 หลายเดือนก่อน

    Which macbook do you have?

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

    Amazing video as always. Would you use this package if you’re downloading images from Firebase/Firestore?

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

      Absolutely, just need the url from where it’s saved in Storage

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

      Thanks Nick. Will try it out. Assumed there would be security/access constraints to accessing those images using one of these packages. Thank you

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

      @@acmcj It depends on your Storage security rules. If the url is public there is no problem

    • @SwiftfulThinking
      @SwiftfulThinking  10 หลายเดือนก่อน +1

      Otherwise I think you can use the Firebase API to get the image url first

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

      @@SwiftfulThinking yeah thought so. So really should only use these packages for public images like profile pics etc. User stored images that would be behind security rules would need to do it “manually/traditional” like you’ve shown in your other videos. Thanks.

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

    Hello Nick 😊. Thanks your tutorials...
    1. How register account your site?
    2. How see playlist for Git & Source Control and SwiftUI in Practice?

    • @SwiftfulThinking
      @SwiftfulThinking  10 หลายเดือนก่อน +1

      Those are coming to YT soon 👍

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

      @SwiftfulThinking I'll be looking forward to it. Thank you.

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

    SDWebImageSwiftUI has been updated to v3.0.0.
    I think the code has to be modified a bit. 🤔

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

    👏🙌

  • @AlbertAsadov
    @AlbertAsadov 9 หลายเดือนก่อน

    thanks Nick! Please do bootcamp for UIKit !)

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

    Thanks Nick! BTW Can We have visionPro content please?

    • @natgenesis5038
      @natgenesis5038 10 หลายเดือนก่อน +1

      It’s not important to learn visionPro because it’s too expensive to buy it ,so you will have very poor audience .

    • @ProgramJerol
      @ProgramJerol 10 หลายเดือนก่อน +1

      give visionOS 2/3 years. It still is early and your audience is very limited.

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

    🤯🤯