iOS——實現調用撥打電話

NSMutableString * str=[[NSMutableString alloc] initWithFormat:@"tel:%@",@"183********"];orm

    UIWebView * callWebview = [[UIWebView alloc] init];it

    [callWebview loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:str]]];table

    [self.view addSubview:callWebview];request

相關文章
相關標籤/搜索