I need to add a new row in a tableview when I select a row in a table.
Suppose I use the following method:
- (void)insertRowsAtIndexPaths:(NSArray *)indexPaths withRowAnimation:(UITableViewRowAnimation)animation
What should I write inside the method to add a new line?
Please help me,
Thanks in advance Shibin.
iphone tableview row
smakstr
source share