Custom Preview Item ShareLink
Creates an instance, with a custom label, that presents the share interface
Platform Compatibility
iOS 16.0+ iPadOS 16.0+ macOS 13.0+ watchOS 9.0+ visionOS 1.0+
Tags
SwiftUI Code
ShareLink(
"Share Cats",
item: Image(.cats),
subject: Text("Cool Photo"),
message: Text("Check it out!"),
preview: SharePreview(
"Derpy Cats",
image: Image(.cats)
)
)
Found an issue or have a suggestion?
Created: June 5, 2025Updated: June 5, 2025