ios - TableView 的属性检查器中的标识符在哪里?

标签 ios

在此 TableView 教程中http://www.colejoplin.com/2012/09/28/ios-tutorial-basics-of-table-views-and-prototype-cells-in-storyboards/它说要在属性检查器中设置标识符,但是我的 TableView 没有出现标识符字段。

enter image description here

作为一个单独的问题,为什么需要标识符和标签来识别细胞?

最佳答案

点击 Storyboard 中的 Cell,你可以看到:

enter image description here

例如,我的手机叫做 cellTN...

关于ios - TableView 的属性检查器中的标识符在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19913324/

相关文章:

ios - 展开可选值 : swift 2. 1 时意外发现 nil

ios - Swift:点击标签栏时关闭模态呈现的 View Controller

ios - 拖放适用于没有 UITableViewDropDelegate 的 UITableView

ios - 使用 Swift 显示当前播放的 .MP3 的标题

ios - 将 pdf 文档保存到 iOS 文件应用程序时如何指定文件名?

ios - 为什么 touchesbegan : never gets called on a UIView after UIPinchGestureRecognizer is used?

ios - 谷歌日历 API 的日期格式化程序

ios - 此 mac 上未安装的私钥

ios - 将 SQL 存储添加到 NSPersistentStoreCoordinator 时如何调试/处理间歇性 "authorization denied"和 "disk i/o"错误?

ios - TableView 自定义单元格设计问题