TPKeyboardAvoiding
TPKeyboardAvoiding copied to clipboard
A drop-in universal solution for moving text fields out of the way of the keyboard in iOS
Hi, I'm having an issue with the TPKeyboardAvoidingScrollView. When the view loads, it avoids the Status Bar (but I don't want it to do so), but when I shake it...
I added a UIScrollView to my view, and put all my content inside it. This is on the DetailController of a UISplitView, as generated from the Xcode template. We're inside...
My scroll view works as expected before I open the keyboard. After the keyboard has been displayed I can scroll my view horizontally as well as vertically -- should only...
The view has 4 text fields and not higher then the root UIView's size. I added a line to fix the issue: - (void)keyboardWillHide:(NSNotification*)notification { _keyboardRect = CGRectZero; _keyboardVisible =...
It seems that the view does not resize properly when using ios 6 and auto layout.
I still see two issues with landscape on iPad (and yes, I'm using 1.1): 1. Fields are still being scrolled way too high (see image). 2. I have a full-screen...
ScrollView jumping when keyboard is visible and user is switch by tab in text fields.
I have expanding and collapsing table cells in my project and it appears that with your code versus a UITableView, they no longer collapse. I use custom implementations of -tableView:didSelectRowAtIndexPath:...
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...