AsyncImage(url: URL(string: imageURL)) { image in
image
} placeholder: {
Image(systemName: "photo.circle.fill")
}
.padding(40)
I’m trying to use the image in the image but it isn’t working. Also, the padding isn’t working.
AsyncImage(url: URL(string: imageURL)) { image in
image
} placeholder: {
Image(systemName: "photo.circle.fill")
}
.padding(40)
I’m trying to use the image in the image but it isn’t working. Also, the padding isn’t working.
2
Answers
Are you looking like this