uikeyboard is an iOS object used to represent a keyboard.
I have multiple textfields on a UIView. I resign for a previous textField in textFieldShouldBeginEditing method, where following sequence of …
iphone sdk uikeyboardBasically I would like to have the user click in the text field and it bring up a populated pickerview …
ios ios5 uipickerview uikeyboard uiactionsheetcurrently I'm attempting to basically implement and exact copy of Apples iMessage App. That means I need a UITextView that …
ios uitextview uikeyboardUIKeyboard with QuickType! It is bad to know that there is no sufficient space of screen on iPhone devices, now …
ios autocomplete uikeyboard autosuggestWhat I'm trying to do is to create something similar to the "find on page" search function in Safari on …
ios user-interface uitoolbar uikeyboardI am trying to move a UITextView above the keyboard whenever the keyboard appears/changes. Let's say I have the …
ios uikeyboard nsnotificationSo I've set up a notification for the keyboard appearance event. Now let us consider a UITextView and a UITextField. [[…
ios iphone uitextfield uitextview uikeyboardI have a UIViewController presented using self.accountViewController.modalPresentationStyle = UIModalPresentationFormSheet; and now in iOS 8 the last UITextView is hidden from …
ios cocoa-touch uikeyboard uimodalpresentationstyleI want to create a simple view over keyboard, when users tap "Attach" button in inputAccessoryView. Something like this: Is …
ios swift uiview uikeyboardHow 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