iOS:Swift 中 UITableViewCell 的垃圾桶可以删除按钮
Posted
技术标签:
【中文标题】iOS:Swift 中 UITableViewCell 的垃圾桶可以删除按钮【英文标题】:iOS: Trash Can Delete Button for UITableViewCell in Swift 【发布时间】:2017-07-24 09:52:22 【问题描述】:有没有办法在UITableView
的UITableViewCell
向右滑动时将此图标添加到UITableViewRowAction
,而不设置UITableViewRowAction
的背景的patternImage
?
即添加访问此图标:
,
进入以下代码:
func tableView(_ tableView: UITableView, editActionsForRowAt indexPath: IndexPath) -> [UITableViewRowAction]?
let delete = UITableViewRowAction(style: .destructive, title: "", handler: )
【问题讨论】:
我也在这里找同样的东西..***.com/questions/44771778/… @Jack Bizarre 这不是内置的...... 【参考方案1】:目前无法实现,但在 ios 11 中将可以实现。以下是实现这些自定义操作的教程:
https://developerslogblog.wordpress.com/2017/06/28/ios-11-swipe-leftright-in-uitableviewcell/
【讨论】:
以上是关于iOS:Swift 中 UITableViewCell 的垃圾桶可以删除按钮的主要内容,如果未能解决你的问题,请参考以下文章
iOS:Xcode 似乎在 XIB 文件名中插入了一个额外的空格,导致“无法加载 XIB 文件”问题