12
프로그래밍 방식으로 UITextField 키보드 유형 변경
프로그래밍 방식으로 uitextfield의 키보드 유형을 변경하여 다음과 같은 것이 가능합니까? if(user is prompted for numeric input only) [textField setKeyboardType: @"Number Pad"]; if(user is prompted for alphanumeric input) [textField setKeyboardType: @"Default"];