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
indexPathForRow is a class method!
indexPathForRow
The code should read:
NSIndexPath *myIP = [NSIndexPath indexPathForRow:0 inSection:0] ;