Skip to content

Instantly share code, notes, and snippets.

@lucianoschillagi
Created September 30, 2024 13:31
Show Gist options
  • Save lucianoschillagi/c180c6bf41d71791779c9816ee6fa66e to your computer and use it in GitHub Desktop.
Save lucianoschillagi/c180c6bf41d71791779c9816ee6fa66e to your computer and use it in GitHub Desktop.
Link (SwiftUI Control=
import SwiftUI
struct ContentView: View {
var body: some View {
Link("Go to 'Link' documentation",
destination: URL(string: "https://developer.apple.com/documentation/swiftui/link")!)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment