tableview编辑模式下,不让cell缩进
2016-10-22 本文已影响173人
XPorter
就是编辑模式下,不让cell缩进,要怎么做呢?
- (BOOL)tableView:(UITableView *)tableView shouldIndentWhileEditingRowAtIndexPath:(NSIndexPath *)indexPath { return NO;}
就是编辑模式下,不让cell缩进,要怎么做呢?
- (BOOL)tableView:(UITableView *)tableView shouldIndentWhileEditingRowAtIndexPath:(NSIndexPath *)indexPath { return NO;}