Need documentation for implementing a MAC OSX application
I am very new to MAC OSX development but I had a good expirience with Xcode and Objectice-C. I tried to implement an application before that I just want to know different types of User-Interface elements like Menus, Windows, Controls and Layouts. I searched for these Aqua Interface elements. Can any one please suggest me a good documentation to get the knowledge on this? and is there are any sample codes on 开发者_开发知识库this?
Thanks in Advance, -S.
Good Book: http://www.amazon.com/Learn-Cocoa-Mac-Jack-Nutting/dp/1430218592/ref=sr_1_3?s=books&ie=UTF8&qid=1291790226&sr=1-3
Reference: http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/ObjCTutorial/01Introduction/01Introduction.html
Samples: Ship with XCode, in /Developer/Examples
. Try Sketch and TextEdit.
精彩评论