Placeholder Icon Product View
Creates a view to load an individual product from the App Store, and merchandise it using its promotional image and a custom placeholder icon.
Platform Compatibility
iOS 17.0+ iPadOS 17.0+ macOS 14.0+ watchOS 10.0+ tvOS 17.0+ visionOS 1.0+
Tags
SwiftUI Code
ProductView(id: "") {
Image(systemName: "cat")
} placeholderIcon: {
ProgressView()
}Found an issue or have a suggestion?
Created: June 27, 2026Updated: June 27, 2026