12
Thay đổi theo chương trình Kiểu bàn phím UITextField
Có thể lập trình thay đổi loại bàn phím của uitextfield để có thể có thứ gì đó như thế này không: if(user is prompted for numeric input only) [textField setKeyboardType: @"Number Pad"]; if(user is prompted for alphanumeric input) [textField setKeyboardType: @"Default"];