最佳答案
是否可以通过编程方式更改 uitextfield 的键盘类型,以便实现以下功能:
if(user is prompted for numeric input only)
[textField setKeyboardType: @"Number Pad"];
if(user is prompted for alphanumeric input)
[textField setKeyboardType: @"Default"];