kingsic / SGQRCode

The easy to use bar code and QR code scan library for iOS【支持二维码生成、读取图片中二维码、条形码和二维码扫描】

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

扫描二维码模态内存泄漏

wmh8638 opened this issue · comments

[self.obtain setBlockWithQRCodeObtainScanResult:^(SGQRCodeObtain *obtain, NSString result) {
@strongify(self);
ScanWebViewController
scanWebView = [[ScanWebViewController alloc]init];
UINavigationViewController *nav = [[UINavigationViewController alloc] initWithRootViewController:scanWebView];
nav.modalPresentationStyle = UIModalPresentationFullScreen;
[self presentViewController:nav animated:YES completion:nil];
}];
Attempt to present
ScanWebViewController dismiss不释放