标签: iphone cocoa-touch
我有一个可排序的UITableView,但就是这样。现在,我将所有单元格设置为UITableViewCellEditingStyleNone,但这仍然将单元格的TextLabel向右移动了40个像素。反正是否有编辑模式和右侧的排序图标,而没有将TextLabel移动过来?
答案 0 :(得分:5)
你想要的是代表中的- tableView: shouldIndentWhileEditingRowAtIndexPath:。请返回NO。
- tableView: shouldIndentWhileEditingRowAtIndexPath:
NO