UITableView custom popping
- by ckrames1234
Okay, I made an app that has a list of items as a main view, and when you select an item it pushes a detail view controller. In this detail view controller you can switch between items. I want to be able to push a view, scroll a few items, and pop the view as if the current item was initially selected. I want to push a view, and then when i pop it, i want it to look like a different view was initially pushed.
Here's a rough image, because its hard to explain in writing:
http://96.248.81.29:83/misc/PushPopSituation.png
(Thats a fixed IP, its not going anywhere)
If anyone knows how I could do something like this, it would be a great help to me.