如何在 Interface Builder 中添加自定义对象?

发布于 2024-11-17 18:05:01 字数 117 浏览 6 评论 0原文

我正在使用 XCode4 并使用很棒的 TTTAttributedLabel 类。我创建了一个 NSObject 并将其类设置为 TTTAttributedLabel。我似乎无法将其添加到我的视图中。我怎样才能这样做呢?

I'm using XCode4 and using the awesome TTTAttributedLabel class. I've created an NSObject and set its class to TTTAttributedLabel. I can't seem to add this to my View. How can I do so?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

独自唱情﹋歌 2024-11-24 18:05:01

如果您的类是标准控件的子类,则您可以在右侧面板中编辑该类。以下是更改 UILabel 类的方法:

在此处输入图像描述

除此之外,Xcode 4 放弃了对 IB 的支持插件。

If your class subclasses a standard control, then you can edit the class in the right panel. Here's how you'd change the class of a UILabel:

enter image description here

Other than that, Xcode 4 dropped support for IB plugins.

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