UITable row to add an item

Posted by Moshe on Stack Overflow See other posts from Stack Overflow or by Moshe
Published on 2010-05-17T12:58:26Z Indexed on 2010/05/17 13:00 UTC
Read the original article Hit count: 225

I want to make a TableView of phrases which the user can edit. The "Phrase editor" is being displayed modally. My top left is for the Done button right now. I'm considering making a button at the end of the table for "new phrase".

  • How would I implement that?
  • Is it a good idea to follow the "contacts" application and make a + button in the top right, or Should I make the "Add Items" button at the end of the list? What are HIG implications of either one?

  • BONUS: Where can I find some tutorials on Navigation Controllers and Table Views?

Thanks a ton.

© Stack Overflow or respective owner

Related posts about iphone-os

Related posts about iphone-sdk