michaeltyson / TPKeyboardAvoiding

A drop-in universal solution for moving text fields out of the way of the keyboard in iOS

Home Page:http://atastypixel.com/blog/a-drop-in-universal-solution-for-moving-text-fields-out-of-the-way-of-the-keyboard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting crash on [TPKeyboardAvoidingCollectionView layoutSubviews]

parasjoshicasting opened this issue · comments

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];