码迷,mamicode.com
首页 > 移动开发 > 详细

iOS UIApplication功能十分强大的openURL方法

时间:2017-07-22 14:28:38      阅读:211      评论:0      收藏:0      [点我收藏+]

标签: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

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