I have a UITableView with one section. The last row it to add new objects, and it reads "Add Object".
How can I make this cell stay in editing mode so that it will always show the plus icon? I've tried using cell.editing = YES and [cell setEditing:YES animated:NO] but neither makes the cell appear in editing mode.
Thanks!