英文:
Prototype table cells must have reuse identifiers
问题
"Prototype table cells must have reuse identifiers"错误。这个教程的视频使用了Swift的最新版本,我找不到在哪里可以解决它。
两种方法都不起作用。
我尝试在这里、Facebook和YouTube上找到解决方案。
英文:
I trying to builg app with a table view and I can't find a solution for this error:
>"Prototype table cells must have reuse identifiers"
The video for this tutorial use the Swift a last version and I can't find where I can make it.
Both ways are not working.
I tried finding a solution here, on FaceBook, on YouTube.
答案1
得分: 0
复用标识符位于属性检查器中(带有符号的检查器),
标识符
是从上方数第三个字段。
它不是恢复标识符,也不是可访问性标识符。
英文:
The reuse identifier is in the Attribute Inspector (the inspector with the symbol),
Identifier
is the third field from above.
It's not the Restoration ID nor the Accessibility Identifier.
答案2
得分: 0
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论