iOS调用系统应用

调用代码

[[UIApplication sharedApplication] openURL:[NSURL  URLWithString:@"urlscheme"]];

1.打电话
@"tel://phone number"
2.发短信
@"sms://phone number"
3.发邮件
@"mailto://email address"
4.浏览器
@"http://web link"

你可能感兴趣的:(iOS调用系统应用)