An iOS QRCode Image Encoder
- Looking for an iOS QRCode Scanner and Decoder? Check this! [https://github.com/Dwarven/QRCode-Decoder]
To integrate UIImage+DYQRCodeEncoder into your Xcode project using CocoaPods, specify it in your Podfile
:
pod 'UIImage+DYQRCodeEncoder'
#import "UIImage+DYQRCodeEncoder.h"
[UIImage DY_QRCodeImageWithString:@"https://github.com/Dwarven/QRCode-Encoder" size:300.f]
// or
[UIImage DY_QRCodeImageWithString:@"https://github.com/Dwarven/QRCode-Encoder" size:300.f color:[UIColor darkGrayColor]]
Enjoy