MxABC / LBXScan

A barcode and qr code scanner (二维码、扫码、扫一扫、ZXing、ZBar、iOS系统AVFoundation扫码封装,扫码界面效果封装)
MIT License
3.23k stars 678 forks source link

不知道为什么一直崩溃在这里 #89

Open nqwl opened 6 years ago

nqwl commented 6 years ago

我已经添加了用户权限认证。求大神解答,谢谢。 0e7f15b1-84bf-465d-95d2-914317b096e7

King-hb commented 6 years ago

这个就是你设置的stype没有传递到父类导致的,我也遇到了少年

MxABC commented 6 years ago

/* must be create by [UIColor colorWithRed: green: blue: alpha:] / @property (nonatomic, strong) UIColor *notRecoginitonArea;

这个参数必须是 [UIColor colorWithRed: green: blue: alpha:] 这个用对了没有

lizhen01 commented 6 years ago

@MxABC 这个属性不需要修改吧 我的也蹦到这里 不知道咋回事呢 求指导

MxABC commented 6 years ago

肯定是没有设置值的,好好看下代码 _viewStyle及_viewStyle.notRecognitionArea这个2个参数看有值不 断点看下

padishahG commented 5 years ago

@MxABC 我一直蹦到这里,然后我在LBXScanViewController 的这个drawScanView前面设置style,相机打不开了,真是。。。。这个库能不能好好维护一下,入手真是有点麻烦。我都是按你的步骤走的

padishahG commented 5 years ago

用个第三方还要去研究你的源码确实有点浪费时间啊 兄弟 @MxABC

MxABC commented 5 years ago

@padishahG 应该参数没有传进去啊,看demo应该没问题