为什么 Interface Builder 不显示特定于类的属性?

发布于 2024-11-10 12:32:40 字数 297 浏览 2 评论 0原文

我正在尝试从这里实现蒂姆·基廷的答案: 从笔尖加载可重用的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

疧_╮線 2024-11-17 12:32:40

您始终可以选择一个空的 XIB 并从对象库中选择一个 UITableViewCell 元素。

You can always select an empty XIB and pick a UITableViewCell element from the object library.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文