美文网首页
调用系统电话

调用系统电话

作者: 宝物 | 来源:发表于2016-06-11 16:50 被阅读0次
    {  
        //phoneNumber = "18369......"  
        NSMutableString * str=[[NSMutableString alloc] initWithFormat:@"tel:%@",phoneNumber];  
        UIWebView * callWebview = [[UIWebView alloc] init];  
        [callWebview loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:str]]];  
        [self.view addSubview:callWebview];  
    }
    

    相关文章

      网友评论

          本文标题:调用系统电话

          本文链接:https://www.haomeiwen.com/subject/qxqedttx.html