Created
September 30, 2024 13:31
-
-
Save lucianoschillagi/c180c6bf41d71791779c9816ee6fa66e to your computer and use it in GitHub Desktop.
Link (SwiftUI Control=
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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