unable to dequeue a cell with identifier shopCell

方法一:spa

將方法dequeueReusableCellWithIdentifier: forIndexPath:替換成方法dequeueReusableCellWithIdentifier:orm

方法二:it

在方法dequeueReusableCellWithIdentifier: forIndexPath:的前面添加方法[self.tableView registerClass:[UITableViewCell class] forCellReuseIdentifier:reuseIdentifier];table

若是是自定義cell的話,若類名爲xxxxcell,那麼添加的方法將改成[self.tableView registerClass:[xxxxcell class] forCellReuseIdentifier:reuseIdentifier];class

相關文章
相關標籤/搜索