Hi all,
I use the tableView to show my records, and i use this function to move the rows.
It's will be crash every time when i move the rows, if i call this function.
It's will be duplicate if i don't reload data, and it's never be crash.
Has anyone can help me ? Thanks very much.
regards,
Neil
I use the tableView to show my records, and i use this function to move the rows.
Code:
- (void)tableView:(UITableView *)tableView moveRowAtIndexPath:(NSIndexPath *)fromIndexPath toIndexPath:(NSIndexPath *)toIndexPath
It's will be crash every time when i move the rows, if i call this function.
Code:
[myTableView reloadData];
It's will be duplicate if i don't reload data, and it's never be crash.
Has anyone can help me ? Thanks very much.
regards,
Neil