views:

49

answers:

1

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?

+1  A: 

How about the keyboardType property?

Dave DeLong