Objective-C 框架 PSMTabBarControl 不起作用 - NSTabView 带有样式的选项卡
在我的应用程序中,我试图让 PSMTabBarControl 工作,但我所做的一切 - 什么也没做...
我已将框架文件复制到我的应用程序的 Frameworks 文件夹中,然后将其包含在内。在我的 InterfaceBuilder (3.2.1) 中,我能够将 PSMTabBarControl 拖放到我的窗口中,并将其与 NSTabView 链接(PSM -> tabView -> NSTabView && NSTabView -> delegate -> PSM) ,但是在我尝试了演示(apple + r)后,我看不到选项卡...
尝试了所有我能做的 - 但不知道为什么..
我在做某事吗?错误的?
我可以使用哪些其他框架或源来创建像 Firefox 或 Safari 这样的选项卡?
谢谢你!
In my App I'm trying to get PSMTabBarControl working, but all I do - nothing...
I have copied the framework File in my Frameworks folder of my App, then included it. In my InterfaceBuilder (3.2.1) I was able to drag and drop the PSMTabBarControl to my Window and link it with the NSTabView (PSM -> tabView -> NSTabView && NSTabView -> delegate -> PSM), but after i tried a Demo (apple+r) I cant see the Tabs...
Tried all I can - but dont know why..
Am I doing sth. wrong?
Which other Framework or Source I can use to create Tabs like Firefox oder Safari?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我已经移植了它的一个版本并将其全部更新为与 IB 3.0+ 一起使用。
http://codaset.com/robertjpayne/psmtabbarcontrol/
它没有太多文档,但如果你有足够的可可知识,你应该能够解决它。
——罗伯特
I've ported a version of it and updated it all to work with IB 3.0+.
http://codaset.com/robertjpayne/psmtabbarcontrol/
It doesn't have much documentation but if you have decent Cocoa knowledge you should be able to work it out.
-Robert
我相信它在演示模式下不起作用,您需要构建您的应用程序。
I believe it will not work in the Demo mode, you need to build your app.