2012-01-13 10 views

答えて

0

youcコードに、このメソッドを追加します。

- (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath { 
    // Return NO if you do not want the specified item to be editable. 
    return NO; 
} 
+0

これはあまりにも並べ替え無効にします – dwery

関連する問題