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…