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
Bug 表现 showWithAnimated 动画为YES的时候,如果此时外界原因需要立即关闭弹窗。比如接口返回错误 (网络断开的情况 ,速度很快)此时调hideWithAnimated方法,可是 被 visible 字段 return掉了,方法无法继续执行 。 visible 在 viewWillAppear 和 viewWillDisappear 赋值 ,然而因为此时 还未 走 viewWillAppear ,先走了 hideWithAnimated 导致无法关闭
The text was updated successfully, but these errors were encountered:
重复 issue #983
Sorry, something went wrong.
已发布 4.2.1 修复该问题。
No branches or pull requests
Bug 表现
showWithAnimated 动画为YES的时候,如果此时外界原因需要立即关闭弹窗。比如接口返回错误 (网络断开的情况 ,速度很快)此时调hideWithAnimated方法,可是 被 visible 字段 return掉了,方法无法继续执行 。
visible 在 viewWillAppear 和 viewWillDisappear 赋值 ,然而因为此时 还未 走 viewWillAppear ,先走了 hideWithAnimated 导致无法关闭
The text was updated successfully, but these errors were encountered: