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 KGFloatingDrawer
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 KGFloatingDrawer