gpt4 book ai didi

cocoa-touch - UITableViewDataSource 方法的重新声明无效?

转载 作者:IT王子 更新时间:2023-10-29 05:34:49 25 4
gpt4 key购买 nike

我正在尝试实现 UITableViewDataSource 所需的方法,但我遇到了一个奇怪的错误:

"invalid redeclaration of 'tableview(_:cellForRowAtIndexPath:)'"

但是我不确定是什么问题。这是两行相关的代码,类的声明和符合协议(protocol)/父类(super class):

class SubjectFormViewController: UIViewController,UITableViewDelegate,UITableViewDataSource

以及触发错误的函数声明:

func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) ->  UITableViewCell

最佳答案

你在类里面有两次这个功能。搜索它并删除其中一个。

关于cocoa-touch - UITableViewDataSource 方法的重新声明无效?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27474798/

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