ShareLink

A view that controls a sharing presentation

ShareLink - iOS Light Mode Preview

Platform Compatibility

iOS 16.0+ iPadOS 16.0+ macOS 13.0+ watchOS 9.0+ visionOS 1.0+

Tags

SwiftUI Code

Docs
HStack {
  ShareLink(item: URL(string: "https://exploreswiftui.com")!)
  ShareLink("Explore SwiftUI", item: URL(string: "https://exploreswiftui.com")!)
    .padding(.horizontal)
  ShareLink(item: URL(string: "https://exploreswiftui.com")!) {
    Label("Foo", systemImage: "cube.transparent")
  }
}

Found an issue or have a suggestion?

Created: June 5, 2025Updated: June 5, 2025