iOS 拨打电话弹出提示并且返回APP
2018-03-05 本文已影响0人
顺其自然_Cao
NSMutableString* str=[[NSMutableString alloc] initWithFormat:@"telprompt://%@",@"4001008484"];
// NSLog(@"str======%@",str);
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]];