iOS12-crash錯誤-reason: 'UITableView failed to obtain a cell from its dataSource'

錯誤緣由:

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.想到再加視頻

 

廣告時間:小弟的iOS12零基礎視頻教程(每章皆可試聽):

m.study.163.com/provider/48…htm

相關文章
相關標籤/搜索