Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 958 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 958 Bytes

MIHQRCodeView

Version Platform

Usage

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.

Installation

MIHQRCodeView is available through CocoaPods, to install it simply add the following line to your Podfile:

pod "MIHQRCodeView"

Author

License

MIHQRCodeView is available under the MIT license. See the LICENSE file for more info.