cellForRowAtIndexPath
函數返回了nilbash
override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
let cell = tableView.dequeueReusableCell(withIdentifier: "reuseIdentifier", for: indexPath)
// Configure the cell...
return cell
}
複製代碼
檢查:ide
1.storyboard上有沒有給cell加identifier函數
2.identifier有沒有寫錯ui
3.函數自己是否是還沒實現spa
4.if else返回其中一個cell時的判斷錯亂了code
5.想到再加視頻