tags:

views:

299

answers:

1
+2  A: 

If you want to add this type of functionality to your app, you need to create a custom view with the next/previous buttons and position it properly when the keyboard appears. Then handle any touches to those buttons.

August
Yeah ... that part is easy...I'm asking what the code in the Next handler needs to be...
Lounges
I'd use viewWithTag to go through each text field...
August
That sounds like a better alternative... thanks!
Lounges