Top "Uikeyboard" questions

uikeyboard is an iOS object used to represent a keyboard.

How can I disable/enable UISearchBar keyboard's Search button?

I am using UISearchBar in my code. I have imported its delegate in header file and implemented some delegate methods …

iphone objective-c uisearchbar uikeyboard uisearchbardelegate
How to hide inputAccessoryView without dismissing keyboard

I am using a toolbar in the inputAccessoryView property of a textView. When the keyboard shows, it displays the toolbar …

iphone ios uitoolbar uikeyboard
Convert UIKeyboardFrameEndUserInfoKey to View or Window Coordinates

For the constant UIKeyboardFrameEndUserInfoKey, in the Apple docs it says: These coordinates do not take into account any rotation factors …

iphone ios cocoa-touch uiview uikeyboard
UIKeyboardWillShowNotification, UIKeyboardWillHideNotification and NSNotificationCenter problem between iOS versions

I have several UITextFields on my view (each inside a UITableViewCell). When the keyboard is fired from any of the …

iphone objective-c ios4 uikeyboard ios-3.x
enabling the "return button" in a UITextField keyboard (objective-c/iphone)

When I start editing a UITextField, I have the "Clear When Editing Begins" option checked so it starts off with …

iphone objective-c uitextfield uikeyboard
UITextView cursor below frame when changing frame

I have a UIViewCOntrollerthat contains a UITextView. When the keyboard appears I resize it like this: #pragma mark - Responding …

ios objective-c cocoa-touch uitextview uikeyboard
Custom Keyboard: inputView: how to change the Keyboard size?

I implemented the textfield with a custom keyboard with the "setInputView" function. But i have a problem: my keyboard frame …

textfield uikeyboard inputview
How to pull up a UIKeyboard without a UITextField or UITextView?

I'm currently developing an OpenGL ES game for the iPhone and iPod touch. I was wondering how I can easily …

iphone uikit uikeyboard
IQKeyboardManager not disabling

Trying to disable IQKeyboardManager for a particular ViewController or for the whole app, it's not working. My AppDelegate code: [[IQKeyboardManager …

ios ios8 uikeyboard iqkeyboardmanager
iOS: How to access the `UIKeyboard`?

I want to get a pointer reference to UIKeyboard *keyboard to the keyboard on screen so that I can add …

iphone ios uikit uikeyboard