是否存在与另一个 xib 文件嵌套的 xib?
我想要做什么,我有一个通过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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为您的自定义 UIToolbar 提供此 MyCustomToolbarSubclass 非常重要。并且您必须将父级声明为 UIToolbar。为 UIToolbar 创建新类时,更改 Object、UIViewController 或任何您选择作为父类的内容。
此外,还有太多解决自定义工具栏的任何问题。它对我有帮助。
UIToolbar
in UIView XIB-file.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.