Objective-C Framework PSMTabBarControl does not work - NSTabView Tabs with Style

Posted by ahmet2106 on Stack Overflow See other posts from Stack Overflow or by ahmet2106
Published on 2010-03-31T18:51:00Z Indexed on 2010/03/31 20:33 UTC
Read the original article Hit count: 319

Hello everybody

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 (1.3.2) 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!

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa