Ios swift – Learning swift and Xcode. Facing a issue in the syntax
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.