You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: