-
Notifications
You must be signed in to change notification settings - Fork 79
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
Alert doesn't appear #33
Comments
for the alert controller what is in the self.presentingViewController property? |
|
So far I'm unable to replicate this issue. Using the following code I am able to display an alert with no issues, and no second tap. ` @IBAction func displayAlert(_ sender:AnyObject) {
|
the problem is when you are you left Drawer opened, it's an action on the drawer not in ViewController |
Okay. I'm out now, I'll try this asap. |
I am able to replicate the issue and I'm looking into a fix. |
it will be great, thx |
Hello,
i want to show an UIAlertController from my KGFloatingDrawer, but when i click on my item, which must display the alert, it doesn't show anything and if i put my finger once again on the screen the alert appears.
It seems that without touching the screen the app doesn't know "where" to display the alert.
i use
self.present(alert, animated: true, completion: nil)
to show my alert from my KGFloatingDrawerThe text was updated successfully, but these errors were encountered: