Create QR code in iphone
问题 I have seen some example codes, these code are creating QR codes froms Text (below is the code).can we generate QR codes from other data also (like Image)? NSString *code = @"1001012023034"; Barcode *barcode = [[Barcode alloc] init]; self.view.backgroundColor = [UIColor whiteColor]; [barcode setupQRCode:code]; self.imageView.image = barcode.qRBarcode; My question is if we use Image instead of string data then is it possible? 回答1: QR codes are pretty limited in terms of data storage, limited