如何调用 iOS 打电话,发短信

匿名网友 匿名网友 发布于: 2015-12-29 00:00:00
阅读 137 收藏 0 点赞 0 评论 0

[[UIApplication sharedApplication] openURL:[NSURL urlwithString:@”tel://1543434”]]; [[UIApplication sharedApplication] openURL:[NSURL urlwithString:@”sms://1572234”]]; [[UIApplication sharedApplication] openURL:[NSURL urlwithString:@”mail://hello@hello.com”]];
[[UIApplication sharedApplication] openURL:[NSURL urlwithString:@”http://1000phone.net”]];

评论列表
文章目录