swift import swiftUI code example
Example: Link swiftui
Link("View Our Terms of Service",
destination: URL(string: "https://www.example.com/TOS.html")!)
Link("View Our Terms of Service",
destination: URL(string: "https://www.example.com/TOS.html")!)