codestergit / SweetAlert-iOS

Live animated Alert View for iOS written in Swift
MIT License
2.05k stars 303 forks source link

Relocate above keyboard upon keyboard appearance #18

Open hipwelljo opened 9 years ago

hipwelljo commented 9 years ago

If you use SweetAlert on iOS 9 on iPad, the keyboard can appear at any time even if your app didn't initiate it. The keyboard will often cover up the SweetAlert. To resolve this, it should listen for the keyboard will show and will hide notifications and relocate appropriately.