swift写一个简单的列表unable to dequeue a cell with identifier reuseIdentifier - must register a nib or a cla

前端之家收集整理的这篇文章主要介绍了swift写一个简单的列表unable to dequeue a cell with identifier reuseIdentifier - must register a nib or a cla前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

报错:unable to dequeue a cell with identifier reuseIdentifier - must register a nib or a class for the identifier or connect a prototype cell in a storyboard

解决方法:在identifier里添加代码里自己写的标示

原文链接:https://www.f2er.com/swift/327217.html

猜你在找的Swift相关文章