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

User Interaction disabled after alertview #31

Open
rahulvyas opened this issue Aug 14, 2014 · 1 comment
Open

User Interaction disabled after alertview #31

rahulvyas opened this issue Aug 14, 2014 · 1 comment

Comments

@rahulvyas
Copy link

If we display alertView on top of the KGModal from some other class and after dismiss of alert we can dismiss KGModal but the user interaction is disabled of the view controller from where we presented the KGModal.

@kgn
Copy link
Owner

kgn commented Aug 19, 2014

Hmm this is probably due to KGModal making its own window to display in and then trying to return control back to the window that showed it. iOS 7 and 8 has made this all more official and KGModal could use an update with these new APIs but unfortunately at this time I don't have any projects using KGModal so updating it is not on the horizon. Much of the complexity that KGModal addressed has been formalized and made much easier with iOS 7 and 8.

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

No branches or pull requests

2 participants