UITableView custom popping
Posted
by ckrames1234
on Stack Overflow
See other posts from Stack Overflow
or by ckrames1234
Published on 2010-03-08T03:08:39Z
Indexed on
2010/03/08
6:21 UTC
Read the original article
Hit count: 839
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.
© Stack Overflow or respective owner