iOS 拨打电话弹出提示并且返回APP

2018-03-05  本文已影响0人  顺其自然_Cao
NSMutableString* str=[[NSMutableString alloc] initWithFormat:@"telprompt://%@",@"4001008484"];
                // NSLog(@"str======%@",str);
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]];
上一篇 下一篇

猜你喜欢

热点阅读