-
Notifications
You must be signed in to change notification settings - Fork 365
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
不能够二级联动 #23
Comments
额。。。。。。 |
最后才发现的,二级联动show不出来了 |
对这个有思路解决吗 |
改了一点点源码,自己已经解决了 |
给个思路吧 |
不能联动的原因是出在调用dismiss方法在初始化第二个alertview之后。所以我在初始化alertview之前判断根布局有没有添加view,如果有就移除它。然后在调用dismiss之前加个判断。目前是可以用了,不知道有没有更好的方法。 |
当你需要二级联动的时候先将一级的dialogdismiss即可,调用dismissImmediately()方法 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: