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
模拟器
iOS 11.3
9.4.1
2.7.6
QMUINavigationButton.m 文件 UINavigationItem (QMUINavigationButton)中
系统 < iOS 11 下,在setupNavigationItems设置 self.navigationItem.leftBarButtonItem = nil; (或者 rightBarButtonItem) 在滑动返回时会崩溃 因为直接使用了 @[item]
将QDUIKitViewController的rightBarButtonItem设置为nil,点击任意Controller,滑动返回即可复现。
The text was updated successfully, but these errors were encountered:
确实,我们会尽快发布新版本修复这个bug。
Sorry, something went wrong.
2.8.0 已修复
No branches or pull requests
请填写运行环境
模拟器
iOS 11.3
9.4.1
2.7.6
请描述具体问题
QMUINavigationButton.m 文件 UINavigationItem (QMUINavigationButton)中
系统 < iOS 11 下,在setupNavigationItems设置
self.navigationItem.leftBarButtonItem = nil; (或者 rightBarButtonItem)
在滑动返回时会崩溃
因为直接使用了 @[item]
将QDUIKitViewController的rightBarButtonItem设置为nil,点击任意Controller,滑动返回即可复现。
相关截图(断点的堆栈、控制台的 log)
The text was updated successfully, but these errors were encountered: