iOS原生的AVFoundation扫描二维码/条形码
摘要:
#import @interface ViewController () //扫描条形码 @property (strong, nonatomic) UIView *boxView; @property (strong, nonatomic) UILabel *lblStatus; @property (strong, nonatomic) CALayer *scanLayer; //... 阅读全文
posted @ 2016-04-14 15:29 HL丶 阅读(2606) 评论(3) 推荐(0) 编辑