ios 拨打电话号码

let phoneNumber = “13560606060”
let phoneURL = NSURL(string: “tel://(phoneNumber)”)!
UIApplication.sharedApplication().openURL(phoneURL)

注意:tel:// ,不要出现拼写错误