Is there a way to set the tab order? Is it possible to jump a control uwing the "next" on the ios keyboard?
I have a list of textfields (LastName, FirstName, Age) then a Picker (Gender), then more textfields (email, phone, ...)
When the user taps in LastName they can hit next and it moves to the next field, but next is never visible at Age because the next field is a picker. How can I make it so next is visible and that it skips the picker and jumps to email?