MIHQRCodeView 在 UIImageView 中显示 QR 码。MIHQRCodeView 是 UIImageView 的子类,它增加了以下两个属性
@property (strong, nonatomic) NSData *dataValue;
@property (assign, nonatomic) MIHQRErrorCorrectionLevel errorCorrectionLevel;
还可以参阅 Example
目录中的示例项目。
MIHQRCodeView 在 MIT 许可协议下可用。有关更多信息,请参阅 LICENSE 文件。