LBXScan icon indicating copy to clipboard operation
LBXScan copied to clipboard

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

Open nqwl opened this issue 7 years ago • 7 comments

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

nqwl avatar Jun 14 '17 08:06 nqwl

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

King-hb avatar Jun 14 '17 10:06 King-hb

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

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

MxABC avatar Jun 15 '17 01:06 MxABC

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

lizhen01 avatar Mar 23 '18 01:03 lizhen01

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

MxABC avatar Mar 23 '18 07:03 MxABC

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

padishahG avatar Oct 11 '18 03:10 padishahG

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

padishahG avatar Oct 11 '18 03:10 padishahG

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

MxABC avatar Oct 11 '18 08:10 MxABC