如何永久添加到静态库中的接口构建器类?
我知道 Interface Builder 上的线程无法看到 a 中的类静态库 在静态库中临时添加 InterfaceBuilder(IB) 类。 方式是拖动&删除头文件(.h)。 它可以一次性启动 IB,
我想将课程永久添加到 IB 中。
如何做到这一点?
I know the thread on Interface Builder can't see classes in a static library
there add to InterfaceBuilder(IB) classes in static library, temporary.
The way is drag & drop the header files(.h).
It's working in one time booting the IB
I wanna permanently add to IB the classes.
How to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简而言之,我不知道有任何解决方案。通常,IB 中的“读取类文件...”菜单项足以使 IB 了解静态库中的类。
In short, I'm not aware of any solution. Typically Read class Files... menu item in IB is sufficient to make IB aware of classes in static libraries.