我正在尝试拨打一个不使用特定号码的号码,而是使用在变量中被调用的号码,或者至少告诉它在您的电话中提取该号码。这个在变量中调用的数字是我使用解析器或从网站sql检索到的数字。我做了一个按钮,试图用一个函数调用存储在变量中的电话号码,但无济于事。一切都会帮助谢谢! func callSellerPressed (sender: UIButton!){ //(This is calls a specific number)UIApplication.sharedApplication().openURL(NSURL(string: "tel://######")!) // This is the code I'm using but its not working UIApplication.sharedApplication().openURL(NSURL(scheme: NSString(), host: "tel://", path: busPhone)!) }
3 回答
- 3 回答
- 0 关注
- 689 浏览
添加回答
举报
0/150
提交
取消