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

iOS12系统上 toolbar上的按钮点击无响应 #610

Closed
cuocuo opened this issue Dec 18, 2023 · 1 comment
Closed

iOS12系统上 toolbar上的按钮点击无响应 #610

cuocuo opened this issue Dec 18, 2023 · 1 comment

Comments

@cuocuo
Copy link

cuocuo commented Dec 18, 2023

iOS12系统上 toolbar上的所有操作无响应,包括预览、原图、完成等按钮操作。
使用了4.1.2版本

@cuocuo
Copy link
Author

cuocuo commented Dec 18, 2023

修改成下面代码就可以了,iOS12上层级问题 @SilenceLove

        layoutSubviews()
        bringSubviewToFront(contentView)
        if selectedView != nil {
            bringSubviewToFront(selectedView)
        }
        if previewListView != nil {
            bringSubviewToFront(previewListView)
        }
        if promptView != nil {
            bringSubviewToFront(promptView)
        }
        configColor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants