跳转到微信扫一扫

NSURL * url = [NSURL URLWithString:@"weixin://scanQRCode"];

[[UIApplication sharedApplication] openURL:url options:@{} completionHandler:^(BOOL success) {
}];
原文地址:https://www.cnblogs.com/wj0920wjx/p/11017144.html