TPKeyboardAvoiding icon indicating copy to clipboard operation
TPKeyboardAvoiding copied to clipboard

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

Results 102 TPKeyboardAvoiding issues
Sort by recently updated
recently updated
newest added

Until recently, i've used this with no problem. In iOS 10 and swift 3.0, something is broken i guess. In my project there are custom uitableview cells contains uitextField. when...

I've used the TPKeyboardAvoidingTableView to make UITextField of the detail's screen were not covered by the keyboard when the keyboard showed up. The keyboard was shown when tapped on UITextField....

pod 'TPKeyboardAvoiding', :git => 'https://github.com/michaeltyson/TPKeyboardAvoiding.git', :branch => 'master'

We have some UIPicker logic which is being messed up a little by the touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event method. It would be useful if we could set a property on...

I'm using TPKeyboardAvoidingScrollView wherein container view(UIView) is placed and in that various form fields including textfields are added as subview. When a textfield become first responder, scrollview scrolls to either...

Some time contact size was not reset when key board hide. It is happen when user tap outside in table view and by mistake tap on other text field then...

I needed to apply an offset to the applied content offset of TPKeyboardAvoiding and thus created this patch. The additional offset is added to the originally computed offset of TPKeyboardAvoiding....

My ScrollView is custom by TPKeyboardAvoidingScrollView, the textField cannot call the keybord,but the textView can,they are in the scrollView all.Thanks!

Imagine there is a SplitViewController on iPad, the master view controller on the left and the detail view controller on the right, the first responder is focus on the left...

Generally user navigating from one page to another page with out resigning keyboard, on next keyboard automatically keyboard popping and slight line coming for ios9.