Update the WebImage API to match SwiftUI.AsyncImage by dreampiggy · Pull Request #275 · SDWebImage/SDWebImageSwiftUI

@dreampiggy changed the title Update the WebImage API to match SwiftUI.AsyncImage wip: Update the WebImage API to match SwiftUI.AsyncImage

Sep 20, 2023

@dreampiggy

…e), make it more easy to replace

The old API is still kept, except the .placeholder one

@dreampiggy dreampiggy changed the title wip: Update the WebImage API to match SwiftUI.AsyncImage Update the WebImage API to match SwiftUI.AsyncImage

Sep 21, 2023

@dreampiggy

1. Change the placeholder into Web URL init method (placeholder not works for data/bundle init method)
2. Add convenient .progress/.activity syntax for AnimatedImage indicator

@dreampiggy

@dreampiggy