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