michaeltyson / TPKeyboardAvoiding

A drop-in universal solution for moving text fields out of the way of the keyboard in iOS
http://atastypixel.com/blog/a-drop-in-universal-solution-for-moving-text-fields-out-of-the-way-of-the-keyboard/
zlib License
5.81k stars 925 forks source link

Getting crash on [TPKeyboardAvoidingCollectionView layoutSubviews] #302

Open parasjoshicasting opened 1 year ago

parasjoshicasting commented 1 year ago

I am getting crash issue on the layoutSubviews method of class TPKeyboardAvoidingCollectionView. The app getting crash on iOS 14.* devices only. In other iOS version, this is working fine. Exactly here I can see the crash point from Crashlytics.

[NSObject cancelPreviousPerformRequestsWithTarget:self selector:@selector(TPKeyboardAvoiding_assignTextDelegateForViewsBeneathView:) object:self];