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
…