Is there a way (either in IB or code) to set the tab order between text fields in a view?
Note that I\'m not talking about the next form field after the return (or
You can do this by setting the tag for each textfield and handling this in the textfieldShouldReturn method.
See this blogpost about it: http://iphoneincubator.com/blog/windows-views/how-to-create-a-data-entry-screen