打电话发短信

//    NSURL *url = [NSURL URLWithString:@"tel://10010"];  //打电话
    NSURL *url = [NSURL URLWithString:@"sms://10010"];  //发短信
    [[UIApplication sharedApplication] openURL:url];

 

posted @ 2015-07-30 18:38  Emyin  阅读(101)  评论(0编辑  收藏  举报