XCode表示方法不会覆盖方法editActionsForRowAtIndexPath中Superclass中的任何方法

时间:2015-09-08 16:17:00

标签: ios swift uitableview

我正在尝试为tableview程序创建自定义行操作。 为了做到这一点,我了解到我必须用editActionsForRowAtIndexPath实现表视图功能。但Xcode表示没有方法可以覆盖超类。

以下是有问题的代码

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

0 个答案:

没有答案