chenfanfang / AvoidCrash

This framework can effective avoid crash by potential error code. For example : If you insert a nil into a mutable array, this framework can avoid crash and note you that where cause crash.
MIT License
1.64k stars 383 forks source link

和第三方有冲突 #62

Closed wzXJF closed 4 years ago

wzXJF commented 6 years ago

IQKeyboardManager是一个弹出键盘的第三方,当使用AvoidCrash时候,只要点击输入控件,弹出键盘时就会崩溃

image