SwiftUI lists are lazy loaded: so they load when you scroll.
See discussion here: https://forums.developer.apple.com/forums/thread/651256
And yes, cells are reused.
Could you show the code ? If data contains thumbnail and HD, it is normal that both are loaded.
What did you expect ? What do you want ?
Could you create another State var, with only thumbnail, and show HD only when tapping the thumbnail ? It all depends on your spec.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: