if let url = URL(string: "https://www.hackingwithswift.com") { UIApplication.shared.open(url) }. It's worth adding that you have the option ...
確定! 回上一頁