dogo / SCLAlertView

Beautiful animated Alert View. Written in Objective-C
MIT License
3.5k stars 534 forks source link

Keyboard pushes up the SCAlertView with IQKeyboardManager #223

Closed glennposadas closed 8 years ago

glennposadas commented 8 years ago

IQKeyboard Manager should fully manage the keyboard nicely. The keyboard should just cover up the buttons and should not push the alertview to top.

Actual Result

The keyboard pushes the Alert View to top with results to the textField not being hsown.

Tell us what could be improved:

screen shot 2016-10-04 at 7 46 31 pm

dogo commented 8 years ago

Hi @glennposadas as the IQKeyboardManager warning disclaimer says :

If IQKeybaordManager conflicts with other third-party library, then it's developer responsibility to enable/disable IQKeyboardManager when presenting/dismissing third-party library UI. Third-party libraries are not responsible to handle IQKeyboardManager.

https://github.com/hackiftekhar/IQKeyboardManager

glennposadas commented 8 years ago

SOLVED: Disable the IQKeyboardManager before showing the alert, and enable the libabry when the user idmiss the alert.