interface builder - How to create a cocoa app windows like tweetie -


i'm new cocoa app dev, , i'm searching solution create windows tweetie main windows left tool bar , panel point selected icon.

like screenshot : http://i.stack.imgur.com/qvxwu.jpg

could me?

it's lot of tweetie ui implemented using custom controls. you'll want subclassing nsview , how handle drawing , mouse events. there's nothing built cocoa framework this.

the nsview documentation has info on view programming, drawing, , event handling. if you're new cocoa, may want start off built in, though, lot of work (and requires pretty understanding of how framework works).


Comments

Popular posts from this blog

c++ - How to modify context menu of internet explorer using IDocHostUIHandler::ShowContextMenu? -

android - Spacing between the stars of a rating bar? -

c# - Getting "Internal .Net Framework Data Provider error 30" error when column has NULL value -