I'm trying to make my table add a cell at the bottom of the table for adding cells, my table is on delete mode, so people can delete, but then then i need it to add a cell with insert that will insert a cell. i get errors saying my app isn't consistent with the nsarray. how could i make this work?
|
feedback
|
|
Step 1 override setEditing on your tableViewController to insert or delete the add row
Then ensure you are returning the right number of rows
| |||
|
feedback
|