Skip to content
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

iPad presentViewController 之后点击空白dismiss或者主动dismiss崩溃 #433

Closed
4 tasks done
Jonas-o opened this issue Nov 15, 2018 · 3 comments
Closed
4 tasks done

Comments

@Jonas-o
Copy link
Contributor

Jonas-o commented Nov 15, 2018

请填写运行环境

  • 设备:iPad
  • 系统:iOS 10.2.1
  • Xcode 版本:10.0
  • QMUI iOS 版本:2.9.0 2.9.1

请描述具体问题

UIViewController以UIModalPresentationPopover的方式弹出时,不管是手动dismiss还是点击空白dismiss都会直接崩溃,已测试过2.8.1版本前不会出现,另外这个只在10.2.1,12.0测试过,12.0没问题

相关截图(断点的堆栈、控制台的 log)

@Jonas-o
Copy link
Contributor Author

Jonas-o commented Nov 15, 2018

相关截图:
2018-11-15 4 47 46-01
2018-11-15 4 30 04
screen shot 2018-11-15 at 4 30 15-01

@zhoon
Copy link
Collaborator

zhoon commented Nov 16, 2018

会尽快发新版本修复。临时可以在 CALayer+QMUI 里面的 QMUICornerRadius_layoutSublayersOfLayer: 方法里面注释 if (self.layer.qmui_maskedCorners) {} 里面的代码。

@MoLice
Copy link
Collaborator

MoLice commented Nov 17, 2018

已发布 2.9.2 修复该问题。

@MoLice MoLice closed this as completed Nov 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants