Top "Uikeyboard" questions

uikeyboard is an iOS object used to represent a keyboard.

textFieldShouldBeginEditing + UIKeyboardWillShowNotification + OS 3.2

I have multiple textfields on a UIView. I resign for a previous textField in textFieldShouldBeginEditing method, where following sequence of …

iphone sdk uikeyboard
Bringing up a UIPickerview rather than keyboard input iOS

Basically I would like to have the user click in the text field and it bring up a populated pickerview …

ios ios5 uipickerview uikeyboard uiactionsheet
UIView atop the Keyboard similar to iMessage App

currently I'm attempting to basically implement and exact copy of Apples iMessage App. That means I need a UITextView that …

ios uitextview uikeyboard
iOS 8 Xcode how to remove QuickType on UIKeyboard ( auto complete / auto suggest )

UIKeyboard with QuickType! It is bad to know that there is no sufficient space of screen on iPhone devices, now …

ios autocomplete uikeyboard autosuggest
Leaving inputAccessoryView visible after keyboard is dismissed

What I'm trying to do is to create something similar to the "find on page" search function in Safari on …

ios user-interface uitoolbar uikeyboard
UIKeyboardDidShowNotification called multiple times, and sometimes with incorrect keyboard dimensions

I am trying to move a UITextView above the keyboard whenever the keyboard appears/changes. Let's say I have the …

ios uikeyboard nsnotification
UITextField and Keyboard Notifications - strange order

So I've set up a notification for the keyboard appearance event. Now let us consider a UITextView and a UITextField. [[…

ios iphone uitextfield uitextview uikeyboard
iOS 8 keyboard hides my textview

I have a UIViewController presented using self.accountViewController.modalPresentationStyle = UIModalPresentationFormSheet; and now in iOS 8 the last UITextView is hidden from …

ios cocoa-touch uikeyboard uimodalpresentationstyle
How to display UIView over keyboard in iOS

I want to create a simple view over keyboard, when users tap "Attach" button in inputAccessoryView. Something like this: Is …

ios swift uiview uikeyboard
UIKeyboardTypeNumberPad without a done button

How can we implement UIKeyboardTypeNumberPad so that it will have a 'done' button? By default it does not have one.

iphone cocoa-touch ios uikit uikeyboard