将UITableView置于编辑模式而不移动TextLabel?

Phi*_*lak 2 iphone cocoa-touch

我有一个可排序的UITableView,但就是这样.现在,我将所有单元格设置为UITableViewCellEditingStyleNone,但这仍然将单元格的TextLabel向右移动了40个像素.反正是否有编辑模式和右侧的排序图标,而没有移动TextLabel?

Gia*_*iao 5

你想要的是- tableView: shouldIndentWhileEditingRowAtIndexPath:代表.有回报NO.