We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*** Assertion failure in -[BRStringPickerView _addSubview:positioned:relativeTo:], UIView.m:18428 *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'SetmaskView(<UIView: 0x15eee3640; frame = (0 0; 414 896); autoresize = W+RM+H+BM; gestureRecognizers = <NSArray: 0x3028a1170>; backgroundColor = <UIDynamicProviderColor: 0x302a76ec0; provider = <__NSMallocBlock__: 0x3024cf6f0>>; layer = <CALayer: 0x302a11580>>) tonilbefore adding it as a subview of <BRStringPickerView: 0x15f16fc00; frame = (0 0; 414 896); autoresize = W+RM+H+BM; layer = <CALayer: 0x302a15b80>>'
*** Assertion failure in -[BRStringPickerView _addSubview:positioned:relativeTo:], UIView.m:18428 *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Set
(<UIView: 0x15eee3640; frame = (0 0; 414 896); autoresize = W+RM+H+BM; gestureRecognizers = <NSArray: 0x3028a1170>; backgroundColor = <UIDynamicProviderColor: 0x302a76ec0; provider = <__NSMallocBlock__: 0x3024cf6f0>>; layer = <CALayer: 0x302a11580>>) to
before adding it as a subview of <BRStringPickerView: 0x15f16fc00; frame = (0 0; 414 896); autoresize = W+RM+H+BM; layer = <CALayer: 0x302a15b80>>'
The text was updated successfully, but these errors were encountered:
maskView
nil
Sorry, something went wrong.
3359f37
已修复,请更新到最新版本进行使用。奔溃原因是maskView自定义视图命名与UIView的属性命名冲突。
No branches or pull requests
*** Assertion failure in -[BRStringPickerView _addSubview:positioned:relativeTo:], UIView.m:18428 *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Set
maskView(<UIView: 0x15eee3640; frame = (0 0; 414 896); autoresize = W+RM+H+BM; gestureRecognizers = <NSArray: 0x3028a1170>; backgroundColor = <UIDynamicProviderColor: 0x302a76ec0; provider = <__NSMallocBlock__: 0x3024cf6f0>>; layer = <CALayer: 0x302a11580>>) to
nilbefore adding it as a subview of <BRStringPickerView: 0x15f16fc00; frame = (0 0; 414 896); autoresize = W+RM+H+BM; layer = <CALayer: 0x302a15b80>>'
The text was updated successfully, but these errors were encountered: