调用代码
[[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"