码迷,mamicode.com
首页 > 其他好文 > 详细

openUrl

时间:2014-06-02 07:25:27      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:c   a   http   com   string   os   

?UIApplication有个功能十分强大的openURL:方法

- (BOOL)openURL:(NSURL*)url;

-
?openURL:方法的部分功能有
?打电话

UIApplication *app = [UIApplication sharedApplication];

[app openURL:[NSURL URLWithString:@"tel://10086"]];

 

?发短信

[app openURL:[NSURL URLWithString:@"sms://10086"]];

 

?发邮件

[app openURL:[NSURL URLWithString:@"mailto://12345@qq.com"]];

 

?打开一个网页资源

[app openURL:[NSURL URLWithString:@"http://ios.itcast.cn"]];

 

?打开其他app程序

openUrl,布布扣,bubuko.com

openUrl

标签:c   a   http   com   string   os   

原文地址:http://www.cnblogs.com/ZippoatiOS/p/3763980.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!