NSMutableString *str = [[NSMutableString alloc] initWithFormat:@"tel:%@",@"183********"];
UIWebView *callWebview = [[UIWebView alloc] init];
[callWebview loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:str]]];
[self.view addSubview:callWebview];
iOS——实现调用拨打电话
最新推荐文章于 2024-11-10 20:35:20 发布