gpt4 book ai didi

ios - 单击按钮在 ios 中打开拨号程序

转载 作者:可可西里 更新时间:2023-11-01 05:01:15 24 4
gpt4 key购买 nike

我试过下面的代码,但它不起作用

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:[NSString stringWithFormat:@"tel://%@",@"55698"]]];

请提供支持iOS7 SDK的帮助。

最佳答案

删除代码中 tel: 之后的//

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel:55698"]];

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:[NSString stringWithFormat:@"tel:%@",@"55698"]]];

关于ios - 单击按钮在 ios 中打开拨号程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22249659/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com