gpt4 book ai didi

swift - UITableViewRowAction 向右滑动

转载 作者:行者123 更新时间:2023-11-30 10:18:15 25 4
gpt4 key购买 nike

     func tableView(tableView: UITableView, editActionsForRowAtIndexPath indexPath: NSIndexPath) -> [AnyObject]?  {

var activate = UITableViewRowAction(style: UITableViewRowActionStyle.Normal, title: "Activate") { (action, indexpath) -> Void in

}

activate.backgroundColor = UIColor.greenColor()

var deactivate = UITableViewRowAction(style: UITableViewRowActionStyle.Default, title: "Deactivate" , handler: { (action:UITableViewRowAction!, indexPath:NSIndexPath!) -> Void in

})



return [activate, deactivate]
}

这是我当前使用的代码,使我能够向左滑动并接收“激活”和“停用”框。

做了一些研究,很多人都说 UITableViewRowAction 没有一种方法可以让你向右滑动而不是向左滑动。我想知道是否有人找到了一些解决方法?

最佳答案

下面是 Objective C 中的一组类,您可以使用它们来执行此操作:

HHPanningTableViewCell

我修改了它以支持左右滑动。

关于swift - UITableViewRowAction 向右滑动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28952089/

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