iPhone App Development - UITableView DetailsView
- by leo
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!!!