App直接跳转QQ聊天

 ``` 

UIWebView* web = [[UIWebViewalloc]init];

[webloadRequest:[NSURLRequestrequestWithURL:[NSURLURLWithString:@"mqq://im/chat?chat_type=wpa&uin=QQ号码&version=1&src_type=web"]]];

[self.viewaddSubview:web];

 ``` 

你可能感兴趣的:(App直接跳转QQ聊天)