Skip to content

Instantly share code, notes, and snippets.

@iosdevie
Created June 9, 2021 07:25
Show Gist options
  • Save iosdevie/c1092ab543b5e977620ae167c5b56cd0 to your computer and use it in GitHub Desktop.
Save iosdevie/c1092ab543b5e977620ae167c5b56cd0 to your computer and use it in GitHub Desktop.
AsyncImage(url: URL(string: str)!, scale: 1.0){
content in
switch content{
case .empty:
case .success(let image):
case .failure(let error):
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment