是否存在与另一个 xib 文件嵌套的 xib?

发布于 2024-10-13 20:06:37 字数 122 浏览 3 评论 0原文

我想要做什么,我有一个通过IB带有UIToolbar的UIView,并且UIToolbar是通过IB自定义的,我想要设置的是通过xib文件设置UIToolbar,而不是从源加载?

是否可以?

谢谢。

What I want to do, I have a UIView with UIToolbar via IB, and the UIToolbar is customized via IB, what I want to set is set the UIToolbar by xib file, not load from source?

is it possible?

Thanks.

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

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

发布评论

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

评论(1

浅浅 2024-10-20 20:06:37
  1. 在 UIView XIB 文件中创建 UIToolbar。
  2. 在 IB 中将 UIToolbar 的类从 UIToolbar 更改为 MyCustomToolbarSubclass(选择您的子类)。

为您的自定义 UIToolbar 提供此 MyCustomToolbarSubclass 非常重要。并且您必须将父级声明为 UIToolbar。为 UIToolbar 创建新类时,更改 Object、UIViewController 或任何您选择作为父类的内容。

此外,还有太多解决自定义工具栏的任何问题。它对我有帮助。

  1. Create UIToolbar in UIView XIB-file.
  2. Change class of UIToolbar from UIToolbar to MyCustomToolbarSubclass(choose yours subclass) in IB.

It's important to have this MyCustomToolbarSubclass for your custom UIToolbar. And you have to declare parent as UIToolbar. Change Object, UIViewController or anything you choose as parent class when create new class for your UIToolbar.

Also there are too many solves any problems with custom toolbars. It helps me.

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