UITable row to add an item
- by Moshe
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.