I have a UITableView that the user can build and add rows to it.
When the Table View is being edited I would like to add a section with a single, red row to reset the the table
My Navigation Bar is busy enough with real estate using UIBarButtonItems to toggle edit, add, and segue the view.
I imagine I'll need to do something to "cellForRowAtIndexPath" and "NumberofSectionsInTableView"
Any help on how to accomplish this would be fantastic.