For a simple example of using a NSMutableArray of strings called rows, what do I have to implement in my table controller to move the tableView rows and have the changes reflect
NSMutableArray has a method called exchangeObjectAtIndex:withObjectAtIndex:.
NSMutableArray
exchangeObjectAtIndex:withObjectAtIndex: