-
Notifications
You must be signed in to change notification settings - Fork 454
New issue
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
[self.datePickerView show] 调用的时候崩溃 #334
Comments
把库升级一下,新版本已解决
发自我的iPhone
…------------------ 原始邮件 ------------------
发件人: ZJ ***@***.***>
发送时间: 2025年2月5日 16:03
收件人: agiapp/BRPickerView ***@***.***>
抄送: Subscribed ***@***.***>
主题: Re: [agiapp/BRPickerView] [self.datePickerView show] 调用的时候崩溃 (Issue #334)
if (!self.pickerStyle.hiddenMaskView) {
[self addSubview:self.maskView];
}
'Set maskView (<UIView: 0x14961c380; frame = (0 0; 390 753); autoresize = W+RM+H+BM; gestureRecognizers = <NSArray: 0x301cab640>; backgroundColor = <UIDynamicProviderColor: 0x3018f5b40; provider = <NSMallocBlock: 0x301261bf0>>; layer = <CALayer: 0x3018f5ac0>>) to nil before adding it as a subview of <BRDatePickerView: 0x14950a800; frame = (0 0; 390 753); autoresize = W+RM+H+BM; layer = <CALayer: 0x301f51160>>'
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
那个库? |
pod update 更新一下,你使用的BRPickerView是很老的版本了
发自我的iPhone
…------------------ 原始邮件 ------------------
发件人: ZJ ***@***.***>
发送时间: 2025年2月5日 16:08
收件人: agiapp/BRPickerView ***@***.***>
抄送: Renbo ***@***.***>, Comment ***@***.***>
主题: Re: [agiapp/BRPickerView] [self.datePickerView show] 调用的时候崩溃 (Issue #334)
把库升级一下,新版本已经解决了自己的iPhone
…
那个库?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
已经好了,感谢🙏 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if (!self.pickerStyle.hiddenMaskView) {
[self addSubview:self.maskView];
}
'Set
maskView
(<UIView: 0x14961c380; frame = (0 0; 390 753); autoresize = W+RM+H+BM; gestureRecognizers = <NSArray: 0x301cab640>; backgroundColor = <UIDynamicProviderColor: 0x3018f5b40; provider = <NSMallocBlock: 0x301261bf0>>; layer = <CALayer: 0x3018f5ac0>>) tonil
before adding it as a subview of <BRDatePickerView: 0x14950a800; frame = (0 0; 390 753); autoresize = W+RM+H+BM; layer = <CALayer: 0x301f51160>>'The text was updated successfully, but these errors were encountered: