MIHQRCodeView displays an QR code inside an UIImageView. The MIHQRCodeView is an UIImageView subclass itself which adds the following two properties:
@property (strong, nonatomic) NSData *dataValue;
@property (assign, nonatomic) MIHQRErrorCorrectionLevel errorCorrectionLevel;
Also have a look at the sample project in the Example
directory.
MIHQRCodeView is available through CocoaPods, to install it simply add the following line to your Podfile:
pod "MIHQRCodeView"
MIHQRCodeView is available under the MIT license. See the LICENSE file for more info.