I am developing an ipad application . Getting user information through a form and it contains multiple UITextfeilds inside a scrollView.Now i want to identify the keyboard down key stroke to arrange the form if user left it in middle . Not sure i can make use of ascii value ..any body knows the ascii value for keyboard down .
Any help appreciated .
I am developing an ipad application . Getting user information through a form and
Share
try using
textFieldDidEndEditingmethod of the<UITextFieldDelegate>