为什么 Interface Builder 不显示特定于类的属性?
我正在尝试从这里实现蒂姆·基廷的答案: 从笔尖加载可重用的 UITableViewCell
我创建了一个视图 XIB 并将该视图的类分配给 UITableViewCell。
不过,当我进入属性检查器时,我看到的只是“模拟用户界面元素”和“视图”部分。我没有看到像他的回答中那样的“表视图单元格”部分:(我尝试关闭并重新加载,它仍然不会显示。
I am trying to implement Tim Keating's answer from here: Loading a Reusable UITableViewCell from a Nib
I made a view XIB and assigned the view's Class to UITableViewCell.
When I go to the Attributes Inspector though, all I see are the "Simulated User Interface Elements" and "View" sections. I do not see a "Table View Cell" section like in his answer :( I tried closing and reloading, it still won't show.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您始终可以选择一个空的 XIB 并从对象库中选择一个
UITableViewCell
元素。You can always select an empty XIB and pick a
UITableViewCell
element from the object library.