Objective-C 框架 PSMTabBarControl 不起作用 - NSTabView 带有样式的选项卡

发布于 2024-08-27 10:45:11 字数 518 浏览 5 评论 0原文

在我的应用程序中,我试图让 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 技术交流群。

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

发布评论

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

评论(2

红ご颜醉 2024-09-03 10:45:11

我已经移植了它的一个版本并将其全部更新为与 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

踏月而来 2024-09-03 10:45:11

我相信它在演示模式下不起作用,您需要构建您的应用程序。

I believe it will not work in the Demo mode, you need to build your app.

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