Top "Uikeyboardtype" questions

The type of keyboard to display for a given text-based view in iOS.

Programmatically changing keyboard type on iOS does nothing

I want to change keyboard type from default to numeric after user pressed return button. However after setting keyboardType property …

objective-c ios xcode uikeyboardtype
Which UIKeyboardType can I use on the iPad

I have a a textField object in my iPad app. I would like to give the user a convenient keyboard …

ios objective-c ipad uikeyboardtype
Is there a UITextField keyboard type that like a number pad but allows negative numbers?

I am setting the UIKeyboardType as UIKeyboardTypeNumberPad on my UITextFields. However, this only allows the user to enter positive integers. …

ios objective-c uitextfield uikeyboardtype
Keyboard Type For UITextView

I would like to know how to obtain the keyboard type of a uitextview. I was able to obtain the …

iphone objective-c ios uitextview uikeyboardtype