Hi all,
In my iPhone App,i want to change the focus from a textbox to next textbox on hitting the "return" key...
Can i do it with - (BOOL)textFieldShouldReturn: (UITextField *)textField; protocol method???
IF possible, how to change the focus??
Is there any method like lostFocus (somthing like that) which can be used to validate the email,phone number etc... on losing focus from that textfield..
Is there anything like tabIndex property which is for windowsMobile??
Thanks....
In my iPhone App,i want to change the focus from a textbox to next textbox on hitting the "return" key...
Can i do it with - (BOOL)textFieldShouldReturn: (UITextField *)textField; protocol method???
IF possible, how to change the focus??
Is there any method like lostFocus (somthing like that) which can be used to validate the email,phone number etc... on losing focus from that textfield..
Is there anything like tabIndex property which is for windowsMobile??
Thanks....