issues
search
zxingify
/
zxingify-objc
An Objective-C Port of ZXing
Apache License 2.0
3.07k
stars
753
forks
source link
DOC update README.md for CGImageRetain cgimage of ZXImage
#374
Closed
gaizhi
closed
6 years ago
gaizhi
commented
6 years ago
(void)viewDidLoad { …… CGImageRef image = [[ZXImage imageWithMatrix:result] cgimage]; self.qrcodeImage.image = [UIImage imageWithCGImage:image]; // @error crash invoke …… }