Hello all ,
I was wondering how I can realize the following:
Creating a next button and when it's tapped the next UITableview row will be selected.
Since a picture is worth a thousand words I've added a screenshot.
http://img529.imageshack.us/img529/4341/picture5uuj.png
As you can see below I added a toolbar and if I press the right button it has to select the next row. Any suggestions on how I can approach this ( I assume with some sort of iterator).
ps. i want the row also to act as if it has been touched ( so i can put an action behind it )