gpt4 book ai didi

iPhone 开发者 : Swipe a UITableCell

转载 作者:行者123 更新时间:2023-12-03 21:21:22 25 4
gpt4 key购买 nike

如何编写程序来实现滑动 MUITableCell 的功能。我已经有一个我一直在使用的 MUITableCell 的子类。我是否只处理其中的滑动,就像处理 View 一样?

最佳答案

您需要实现此方法:

tableView:editingStyleForRowAtIndexPath:

并返回UITableViewCellEditingStyleDelete

为了使其正常工作,您还需要实现以下方法:

tableView:commitEditingStyle:forRowAtIndexPath:
tableView:canEditRowAtIndexPath:

要自定义删除按钮的文本,请参阅此线程: UITableView Swipe to delete: how to customize button and action?

关于iPhone 开发者 : Swipe a UITableCell,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4259479/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com