【发布时间】:2011-06-23 17:39:10
【问题描述】:
我今天花了很多时间试图弄清楚如何让我的自定义表格单元格(使用 XIB 构建)在编辑模式下停止缩进。
我到处查看,例如:Prevent indentation of UITableViewCell (contentView) while editing 和 How can I change the amount of indentation on my custom UITableViewCell while editing?,但似乎遇到了与 OP 遇到的与细胞跳来跳去的问题相同的问题。
有没有人找到更好的方法来解决这个问题?
基本上我有一个 CustomTableCell,当我在该单元格上进入编辑模式时,我希望该单元格保持在原位,没有缩进。
感谢您的帮助!
【问题讨论】:
标签: iphone ios4 uitableview