dogo / SCLAlertView

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

Conflict with the IQKeyboardManager #215

Closed hongdong closed 8 years ago

hongdong commented 8 years ago

Conflict with the IQKeyboardManager

dogo commented 8 years ago

What? Could you please describe the issue

hongdong commented 8 years ago

2016-08-11 15_26_26

see !!!when touchoutside

glennposadas commented 8 years ago

Hi, have you solved this? I'm filing a sweet issue later about managing keyboards too and animating the alert upwards using IQKeyboardManager.

dogo commented 8 years ago

Hi @hongdong 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.