最新Xcode版本的UITableView出现的问题。求大神帮帮忙
我用self.tableView.dequeueReusableCellWithIdentifier("todoCell")!的话会出现unexpectedly found nil while unwrapping an Optional value这样的错误,
我用self.tableView.dequeueReusableCellWithIdentifier("todoCell", forIndexPath: indexPath)会出现unable to dequeue a cell with identifier todoCell,我cell的identifier 有写 todoCell
求大神解答,我根本没办法学习下去了。