需要实现 MAC OSX 应用程序的文档
我对 MAC OSX 开发非常陌生,但我对 Xcode 和 Objectice-C 有很好的经验。之前我尝试实现一个应用程序,我只想了解不同类型的用户界面元素,如菜单、窗口、控件和布局。我搜索了这些 Aqua Interface 元素。任何人都可以建议我一份好的文档来获取这方面的知识吗?有这方面的示例代码吗?
提前致谢, -S。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好书: http://www.amazon.com/Learn-Cocoa-Mac-Jack -Nutting/dp/1430218592/ref=sr_1_3?s=books&ie=UTF8&qid=1291790226&sr=1-3
参考:http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/ObjCTutorial/01Introduction/ 01Introduction.html
示例:随 XCode 一起提供,位于
/Developer/Examples
中。尝试 Sketch 和 TextEdit。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.