Questions tagged [sdwebimageswiftui]

4 questions
1
vote
0 answers

SDWebImageSwiftUI - Image Loading and Caching

I'm working on developing an image heavy iOS app: Users upload images to the app, all of which are then added to a cloud storage bucket. A database entry is also created, which contains the url to the image's location in the cloud storage…
nicoleb
  • 11
  • 3
0
votes
1 answer

Image in LazyVStack using massive memory

I make a simple app for displaying image list. I use a LazyVStack inside ScrollView as container, ForEach to load every image Images are loading from network, I have tried AsyncImage, but AsyncImage always loads image from network and no cache. I…
yww
  • 21
  • 3
0
votes
1 answer

SwiftUI - Image flickering when View reloaded on Socket Data change

As i am moving from UIKit to SwiftUI, i am facing this weird issue where my Images are flickering whenever the List is reloaded in SwiftUI. Below is the code of my SpotView (child view) struct SpotView: View, Equatable { static func ==…
Keshu R.
  • 5,045
  • 1
  • 18
  • 38
0
votes
0 answers

AnimatedImage - Infinite Run Loop - SDWebImageSwiftUI

I'm using AnimatedImage in my SwiftUI project and I've been facing an issue like below. I created a card container and put AnimatedImage into it. Added a Binding to manage animation stop/start while I'm scrolling my carousel horizontally. Carousel…
erkutbas
  • 305
  • 2
  • 9