/QRCode

二维码生成工具

Primary LanguageObjective-C

QRCode

二维码生成工具

屏幕截图 image

普通二维码

- (UIImage *)createQRCodeWithString:(NSString *)QRString withImgsize:(CGFloat)imageFloat;

中间有小图片的二维码

- (UIImage *)createImgQRCodeWithString:(NSString *)QRString centerImage:(UIImage *)centerImage;