TPKeyboardAvoiding
TPKeyboardAvoiding copied to clipboard
A drop-in universal solution for moving text fields out of the way of the keyboard in iOS
why it is scrolling the tableview to bottom. it should start from top. how can i set?
Not apply bottom inset if keyboard frame doesn’t intersect scrollview frame
The `IPHONEOS_DEPLOYMENT_TARGET` was raised to iOS 12 in latest version `1.3.5` https://github.com/michaeltyson/TPKeyboardAvoiding/commit/ef7a25b3002f94667eedcf804dcc994109caf126 and anyone supporting pre iOS 12 cannot build the framework since Carthage only builds architectures available for the...
This can be observed using the provided sample application and making the following changes to TPKAScrollViewController - Modify the returnKeyType and set the delegate for each UITextField ``` textField.returnKeyType =...
I added TPKeyboardAvoidingTableView to my UITableView but when I click on my textfield it not scrolling. Please help me with this! https://user-images.githubusercontent.com/26963737/106014970-05bcc780-60e4-11eb-9456-da69f8a624a8.mov
The following methods are deprecated in iOS 13: beginAnimations:context setAnimationCurve: setAnimationDuration: commitAnimations Xcode 11 recommends using the blocked-based animation API instead.
Hi, I've created a simple project with a main view that contains: UIView -> TPKeyboardAvoiding -> UITextView When you write in the UITextView the cursor goes below the keyboard like...
I am using this amazing library TPKeyboardAvoiding for many years but now I am having problem in iOS 11's. That is new property "safeAreaInsets" which is being introduced by Apple...
added: * possibility to set custom delegate * possibility to select previous/next textfield from custom button with notification