摘要: //使用下面这中方法拨打电话后可以返回APP UIWebView*callWebview =[[UIWebView alloc] init]; NSURL *telURL =[NSURL URLWithString:@"tel:02160481700"];// 貌似tel:// 或者 tel: 都行 [callWebview loadReq... 阅读全文
posted @ 2016-05-13 12:27 YouNeedCourage 阅读(158) 评论(0) 推荐(0) 编辑