In my application, I have different types of inputs which are alphanumeric, numbers ,email etc for UITextField.In iPhone I can successfully use the needed keyboards.But with the same code , iPad fails to restrict numbers in keypad when we use UIKeyboardTypeNumbersAndPunctuations/UIKeyboardTypeDecimalPad.Could you please tell me how I can achieve this in iPad by using objective C.
Thank you very much in advance...
I finally ended up with the following solution. Here I am restricting the keyboard from receiving only numeric input.
Got this code from Stack overflow only.Thanks a lot for this piece of code. Couldn't find the link again .