tabelview 用storyboard自定义了cell,为什么怎么也显示不出来呢?datasource链接好了。。。
override func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell{
let cell = self.tableView.dequeueReusableCellWithIdentifier("cellAssesment")!
return cell
}
是这段代码的问题么?