OStack程序员社区-中国程序员成长平台

标题: iOS swift : Swipe table cell to perform action (not reveal) [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-11 17:04
标题: iOS swift : Swipe table cell to perform action (not reveal)

最近我一直在使用 Google 的收件箱应用,发现滑动标记完成/暂停功能非常简洁实用。由于我正在开发一个具有类似 tableview 界面的应用程序,因此我一直在寻找在 iOS 中实现此功能的方法,但我没有找到任何东西。我得到的最接近的方法是滑动以显示额外的操作(如在 iOS 邮件应用程序中所见),但这需要同时滑动和单击按钮,这相当笨拙。有没有办法将 Action 绑定(bind)到滑动本身,而不是让它显示一些按钮?



Best Answer-推荐答案


您可以通过实现该方法来实现这一目标

 func tableView(_ tableView: UITableView, canEditRowAtIndexPath indexPath: NSIndexPath) -> Bool

在您的委托(delegate)中,以 false 响应并在调用该函数时执行该功能

关于iOS swift : Swipe table cell to perform action (not reveal),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38536175/






欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) Powered by Discuz! X3.4