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

iOS:统一picker隐藏的动画时间为0.3s;修复隐藏picker时没有动画效果的问题 #390

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

yongqianvip
Copy link

在iOS端,点击toolbar上的取消按钮时,toolbar以动画形式消失,但是picker直接消失,问题在于执行动画前已经执行了 self.picker.hidden = true; 解决方法就是延迟picker的隐藏

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

Successfully merging this pull request may close these issues.

2 participants