码迷,mamicode.com
首页 > 其他好文 > 详细

跳转到QQ聊天

时间:2017-10-08 12:15:14      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:chat   sel   frame   type   version   uiwebview   wpa   load   ram   

   UIWebView *webView = [[UIWebView alloc] initWithFrame:CGRectZero];

    NSURL *url = [NSURL URLWithString:@"mqq://im/chat?chat_type=wpa&uin=815040727&version=1&src_type=web"];//uin=123456为你要跳转的QQ号码

    NSURLRequest *request = [NSURLRequest requestWithURL:url];

    //    webView.delegate = self;

    [webView loadRequest:request];

    [self.view addSubview:webView];

跳转到QQ聊天

标签:chat   sel   frame   type   version   uiwebview   wpa   load   ram   

原文地址:http://www.cnblogs.com/xiezefeng/p/7636803.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!