Objective-C Framework PSMTabBarControl does not work - NSTabView Tabs with Style
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 NSTab开发者_JAVA百科View (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!
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.
精彩评论