I’m trying When the user click on a UiTextfield i need to change the keyboard view to the alpha view automatically, is this possible? when user enter in the textfield then he or she should not be alb to enter numeric value in text field in iphone
how can i do this please help me friend
UITextField ‘s protocol
UITextInputTraitshas the property to change the keyboard type.Try with the possible values of UIKeyboardType .
I’m not sure about whether you could bring the alpha effect on the existing keyboard view or not
But
UITextFieldprovide a propertyinputViewto add own input view (custom keyboard).