iPhone App Development - UITableView DetailsView

Posted by leo on Stack Overflow See other posts from Stack Overflow or by leo
Published on 2010-05-05T18:11:10Z Indexed on 2010/05/05 18:18 UTC
Read the original article Hit count: 323

Hi,

I have a UITableView with a list of items such as item1, item2, item3, item4 and so on.

If I select on item1, it will go to the detail view of item1 (which is controlled by DetailsViewController).

What I am trying to do is to add a button called "Next" on DetailsView. When clicked, the DetailsView will refresh and show item2. When clicked again, it will show item3 and so on.

I have been searching high and low for that to implement. But to no avail.

Many thanks in advance!!!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about SDK