TPKeyboardAvoiding
TPKeyboardAvoiding copied to clipboard
A drop-in universal solution for moving text fields out of the way of the keyboard in iOS
Carthage
It's will be great to add [Carthage](https://www.raywenderlich.com/109330/carthage-tutorial-getting-started) support You can follow this tutorial: [Making Carthage-compatible Frameworks with Swift](http://blog.mat.tc/how-to-make-a-carthage-compatible-framework/)
I tried in your demo project and also i created one when after setting the UITexfields delegate to the project i lost the next button funcionatlity. Any ideas? [DemoTPK.zip](https://github.com/michaeltyson/TPKeyboardAvoiding/files/360286/DemoTPK.zip)
I am using TPKeyboardAvoidingScrollView. I didn't want to hide keyboard after touching outside of scrollView.
When you click Label 28 or Label 29,you will find that it covered by keyboard view
Here is repeat steps: ControllerA use TPKeyboardAvoidingTable to display data, then select one item to push ControllerB. and ControllerB also use TPKeyboardAvoidingTable to display data. but when click the UITextView...
I have used this keyboard avoiding scroll view for many projects.It works well but I have a weird issue that every things works correctly just the return key title is...
When using preferLargeTitle, the title will become smaller when keyboards appear which can cause popping of viewcontroller in a navigationController not working.
I have 2 viewcontrollers, let say viewController1 and viewController2. Now i have uitableview inside viewController2 having textfields in cells. I changed type of uitableview to TPKeyboardAvoidingTableView. Now if i present...
when I load my view and put `[textField becomeFirstResponder];` in viewDidLoad - This effectively disables the functionality of the TPKeyboardAvoidingScrollView.