You can call like this: if let url = URL(string: "tel://\(number)") { UIApplication.shared.openURL(url) }. For Swift 3+, you can use like
確定! 回上一頁