iPhone programming guideline : List / detail / modify

Posted by Oliver on Stack Overflow See other posts from Stack Overflow or by Oliver
Published on 2011-01-03T11:24:29Z Indexed on 2011/01/03 11:54 UTC
Read the original article Hit count: 191

Hello,

I have a program that displays a list (a TableView). When the user clicks an item, it's detail is shown. On the detail view, the user can ask to modify it so a modify window is shown. Here, the user can ask to delete the item. I would like at this time return to the list with the item deleted from the list and from the data source.

There may be thousands of methods to do this, but I wonder which is the best / good one.

Could you help me, and/or give me a good reference to read about this ?

Thank you.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about listview