标签:nsurl data- art har space .com str openurl 短信
UIApplication *app = [UIApplication shareApplication];
1>.打电话
[app openURL:[NSURL URLWithString:@"tel://10086"]];
2>.发短信
[app openURL:[NSURL URLWithString:@"sms://10086"]];
3>.发邮件
[app openURL:[NSURL URLWithString:@"mailto://****@qq.com"]];
4>.打开一个网页
[app openURL:[NSURL URLWithString:@"http://www.baidu.com"]];
5>.打开其它app程序
……
iOS UIApplication功能十分强大的openURL方法
标签:nsurl data- art har space .com str openurl 短信
原文地址:http://www.cnblogs.com/jzdwajue/p/7221069.html