anim510
Nov 6, 2008, 10:19 PM
Hi all,
I use the tableView to show my records, and i use this function to move the rows.
- (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.
[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
I use the tableView to show my records, and i use this function to move the rows.
- (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.
[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
