iPhone UITableViewController and Checklist
Posted
by Leo
on Stack Overflow
See other posts from Stack Overflow
or by Leo
Published on 2010-04-01T19:59:27Z
Indexed on
2010/04/01
20:03 UTC
Read the original article
Hit count: 356
Hi guys,
I have an iPhone application. First view controller which is a UITableViewController has a cell for "category". When user select "category" it will push another UITableViewController where user can select category.
What is the proper way to implement that so when you click back on navigation bar it will remember your selection and populate the selected in the back view controller's "category" cell.
An example of this can be found in ebay application. When you search for something in ebay iphone application you have "Refine" button on top right. When you click this you can further refine the category. I'm trying to achieve exactly like this.
Thanks
© Stack Overflow or respective owner