我遇到了我正在使用的代码的问题,请帮我解决这个问题
root:wheel
答案 0 :(得分:0)
请检查您是否包括:
1- import CostumTableViewCell
2-还必须添加问号?之后。
override func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell {
let cellIdentifier = "Cell"
let cell = tableView.dequeueReusableCellWithIdentifier(cellIdentifier, forIndexPath: indexPath) as? CostumTableViewCell
如果不行,试试加?在CostumTableViewCell之后?