uitableview重置删除按钮
在我的 uitableview 中,当用户设置编辑模式并尝试删除一行时,我会进行一些验证来检查该行是否可以删除。如果没有,我想将该行重置为以前的状态,即右侧没有删除按钮,但只有左侧的减号水平按钮。
我将使用哪种方法来执行上述操作?
In my uitableview, when the user sets the mode to edit and tries to delete a row, I do some validations to check if that row is ok to be deleted. If not, I would like to reset the row to the previous state, i.e without the delete button on the right, but just the minus horizontal button on the left.
Which method would I use to do the above?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
试试这个代码,
Try this code,
这将仅重置您需要重置的单元格。
This will reset just the cell you need to reset.
KingofBliss 的答案将完成工作,但这有点更具体。此方法将以动画方式重置删除确认,并实质上“点击”删除编辑控件(重置确认的操作)。
}];
KingofBliss's answer will get the job done, however this is a bit more specific. This approach will animate the resetting of the delete confirmation and essentially "taps" the delete edit control (an action that resets the confirmation).
}];