我试图实现所需的UITableViewDataSource方法,但是我遇到了一个奇怪的错误:
原文链接:/swift/318792.html“invalid redeclaration of ‘tableview(_:cellForRowAtIndexPath:)'”
但是我不知道问题是什么.这里有两行代码,类的声明和一致的协议/超类:
class SubjectFormViewController: UIViewController,UITableViewDelegate,UITableViewDataSource
func tableView(tableView: UITableView,cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell