You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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];
The text was updated successfully, but these errors were encountered: