Async URL Image
Loads and displays an image from the specified URL load request.
Platform Compatibility
iOS 27.0+ iPadOS 27.0+ macOS 27.0+ watchOS 27.0+ tvOS 27.0+ visionOS 27.0+
Tags
SwiftUI Code
let imageURL = URL(string: "https://exploreswiftui.com/images/cats.jpg")!
var body: some View {
AsyncImage(request: URLRequest(url: imageURL))
}Found an issue or have a suggestion?
Created: June 8, 2026Updated: June 8, 2026