T Tehy macrumors regular Original poster Aug 10, 2006 #1 How I can create toolbar with Xcode (cocoa + object-c)? I want something like we have seen in Safari or Mail 🙂
How I can create toolbar with Xcode (cocoa + object-c)? I want something like we have seen in Safari or Mail 🙂
K kpua macrumors 6502 Aug 10, 2006 #2 Have you taken a look at the NSToolbar API? It's not the best at the moment, but it's not overly awkward to use.
Have you taken a look at the NSToolbar API? It's not the best at the moment, but it's not overly awkward to use.
robbieduncan Moderator emeritus Aug 10, 2006 #3 Or you might want to use Generic Toolbar. Personally I created my own little class that lets me specify toolbars using xml files that I include as resources, but that's just me!
Or you might want to use Generic Toolbar. Personally I created my own little class that lets me specify toolbars using xml files that I include as resources, but that's just me!