3
我需要UITableview
的幫助,具體- (void)tableView:(UITableView *)tableView moveRowAtIndexPath:(NSIndexPath *)sourceIndexPath toIndexPath:(NSIndexPath *)destinationIndexPath
。moveRowAtIndexPath無刪除按鈕
在這個如果我設置[tableView setEditing:YES animated:YES];
然後表包含刪除和moveCell功能。但我只需要moveCell功能。我不想刪除類別。
這樣,
有沒有辦法做到這一點? 幫助者表示感謝。
重複http://stackoverflow.com/questions/3020922/is-there-any-way-to-hide-delete-button-while-editin G-的UITableView – Stonz2