在 Xcode 4 中,我找不到在哪里设置 UITableViewCell 的标识符,有人可以帮助我吗?
非常感谢你。
最佳答案
在代码中:
myTableViewCell.reuseIdentifier = @"CustomIdentifier";
在界面设计文档中(右键单击并查看图像以获得更大的图片):
.xib
文件。 UITableViewCell
.xib
对象关于ios - 如何在 Xcode 4 中设置 UITableViewCell 标识符,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/7238315/