标签: ios swift uitableview
我正在尝试为tableview程序创建自定义行操作。 为了做到这一点,我了解到我必须用editActionsForRowAtIndexPath实现表视图功能。但Xcode表示没有方法可以覆盖超类。
editActionsForRowAtIndexPath
以下是有问题的代码
override func tableView(tableView: UITableView, editActionsForRowAtIndexPath indexPath: NSIndexPath) -> [AnyObject] {}