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

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

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -