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

Conflict with UIAlertView #39

Closed
bernikovich opened this issue Jul 15, 2014 · 1 comment
Closed

Conflict with UIAlertView #39

bernikovich opened this issue Jul 15, 2014 · 1 comment
Labels

Comments

@bernikovich
Copy link

When SDCAlertView is shown, show UIAlertView. Now 2nd alert is blocked.

@sberrevoets
Copy link
Owner

That doesn't surprise me, see the README. UIAlertView and SDCAlertView don't play nice together, and probably never will because of the switching of the keyWindow.

Unfortunately, that's not something that I can fix. You should probably use SDCAlertView for both of your alerts. If that doesn't work for you, I'd like to hear why. I'm closing this issue, but feel free to reopen or create a new one if necessary.

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

No branches or pull requests

2 participants