Top "Uikeyboard" questions

uikeyboard is an iOS object used to represent a keyboard.

How can I make a UITextField move up when the keyboard is present - on starting to edit?

With the iOS SDK: I have a UIView with UITextFields that bring up a keyboard. I need it to be …

ios objective-c uiscrollview uitextfield uikeyboard
Close iOS Keyboard by touching anywhere using Swift

I have been looking all over for this but I can't seem to find it. I know how to dismiss …

ios swift uikeyboard
Move view with keyboard using Swift

I have an app that has a text field on the lower half of the view. This means that when …

ios swift uikit nsnotificationcenter uikeyboard
How do you dismiss the keyboard when editing a UITextField

I know that I need to tell my UITextField to resign first responder when I want to dismis the keyboard, …

ios iphone cocoa-touch uitextfield uikeyboard
Programmatically change UITextField Keyboard type

Is it possible to programmatically change the keyboard type of a uitextfield so that something like this would be possible: …

iphone ios uitextfield uikeyboard
How to make return key on iPhone make keyboard disappear?

I have two UITextFields (e.g. username and password) but I cannot get rid of the keyboard when pressing the …

ios iphone uitextfield uikeyboard
How to get height of Keyboard?

The height of a keyboard on varying iOS devices is different. Does anybody know how I can get height of …

ios swift uikeyboard
Allow only Numbers for UITextField input

The iPad does not have a "Numpad" keyboard like the iPhone/iPod does. I'm looking to find how I can …

ios ipad cocoa-touch uitextfield uikeyboard
Dismiss keyboard by touching background of UITableView

I have a UITableView with UITextFields as cells. I would like to dismiss the keyboard when the background of the …

ios uitableview uikeyboard
How to dismiss keyboard when touching anywhere outside UITextField (in swift)?

I'm working on a project that have a UIViewController, on the view controller there is a UIScrollView and a UITextField …

ios swift uitextfield uikeyboard