调用代码
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"urlscheme"]];
1.打电话
@"tel://phone number"
2.发短信
@"sms://phone number"
3.发邮件
@"mailto://email address"
4.浏览器
@"http://web link"
调用代码
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"urlscheme"]];
1.打电话
@"tel://phone number"
2.发短信
@"sms://phone number"
3.发邮件
@"mailto://email address"
4.浏览器
@"http://web link"
本文标题:iOS调用系统应用
本文链接:https://www.haomeiwen.com/subject/lujplttx.html
网友评论