swift 拨打电话


 //自动打开拨号页面并自动拨打电话
    func callClicked(sender: UIButton)
    {
        UIApplication.sharedApplication().openURL(NSURL(string: "tel://10086")!)
    }


你可能感兴趣的:(swift 拨打电话)