Search code examples
objective-ccocoa-touchinterface-builderuitextfieldxcode4

How to change the keyboard type for a text field in Xcode


I created a text field in XCode, not Interface Builder. In IB you can select different keyboard types. How can you do the same thing in XCode?


Solution

  • How about the keyboardType property?