就是編輯模式下,不讓cell縮進(jìn),要怎么做呢?
- (BOOL)tableView:(UITableView *)tableView shouldIndentWhileEditingRowAtIndexPath:(NSIndexPath *)indexPath { return NO;}
就是編輯模式下,不讓cell縮進(jìn),要怎么做呢?
- (BOOL)tableView:(UITableView *)tableView shouldIndentWhileEditingRowAtIndexPath:(NSIndexPath *)indexPath { return NO;}