I need to add a new row in the tableview when i select a row in the table.
Am i suppose to use the following method???
- (void)insertRowsAtIndexPaths
If you are filling your table from an array, you can just add an element to your array and call [myTable reloadData]
[myTable reloadData]