I need delete row 1 of a table in a function I have defined. In order to use deleteRowAtIndexPath you must use an IndexPath with a section and row defi
deleteRowAtIndexPath
IndexPath
For Swift 3 it's now: IndexPath(row: rowIndex, section: sectionIndex)
IndexPath(row: rowIndex, section: sectionIndex)