Top "Uikeyboard" questions

uikeyboard is an iOS object used to represent a keyboard.

How to show button ‘Done’ on number pad on iPhone OS 4?

I'd like to add a Done button to the iPhone number pad keyboard. There's even a handy space at the …

iphone uitextview uikeyboard ios4
How to detect UIKeyboard "backspace" button touch on UITextField?

How can i detect backspace button pressed on UIKeyboard? thanks EDIT: Is there any keyboard delegate that returns key pressed …

iphone objective-c uitextfield uikeyboard
UITextView resign first responder on 'Done'

I have been searching around the web for about an hour now, and cannot find any code to help me …

iphone objective-c interface-builder uitextview uikeyboard
iPad keyboard dimensions

I have found the iPhone's keyboard bounds in the apple documentation, but I can't find the iPad's keyboard bounds. Could …

objective-c ipad uikeyboard
InputAccessoryView docked at bottom

I'm trying to achieve similar positioning behavior as the bottom text input bar in Apple's Messages app. I have tried …

ios uinavigationcontroller uitoolbar uikeyboard uiresponder
Autolayout Constraint - Keyboard

Im stuck trying to animate a table view smoothly which has an autolayout contraint. I have a reference to the …

objective-c ios uikeyboard autolayout
UIKeyboardWillShowNotification & UIKeyboardDidShowNotification report wrong keyboard height

The following code (sorry for the length) displays an odd behavior under iOS 4.3 (maybe others version too). In this example, …

ios keyboard size uikeyboard nsnotificationcenter
iOS7 Keyboard Return/Done/Search tint colour

With the new iOS7 UIView tint color it becomes pretty easy to theme an entire app quickly. It even changes …

ios objective-c ios7 uikeyboard
Is there a way to prevent the keyboard from dismissing?

I realize that this is the inverse of most posts, but I would like for the keyboard to remain up …

iphone ios ipad uitextfield uikeyboard