问题描述
我是可可程序设计的新手,我被告知苹果开发者网站上的文档是最好的书,我的问题是,有大量的文档,任何人都可以告诉我Mac的阅读顺序 NOT iOS )?
I am new to cocoa programming, and I was told that the documents on the apple's developer web site are "the best books", my question is, there are tons of documents, can anyone tell me the reading order for Mac (NOT iOS) programming?
推荐答案
Apple的文档是一个很好的参考,
Apple's docs are a great reference, not a how-to.
如果你从零开始,肯定先去读一些书。我推荐任何说大书呆子牧场的东西。
If you're starting from zero, definitely go for some books first. I'd recommend anything that says "Big Nerd Ranch" on it. Aaron Hillegass knows more about teaching people Cocoa than probably anyone else on the planet.
- Objective-C Programming: The Big Nerd Ranch Guide
- Cocoa Programming for Mac OS X
一旦你有基础知识,苹果文档是一个了不起的参考。特别是,请查看
- The Objective-C Programming Language
- Concepts in Objective-C Programming
- Xcode 4 User Guide
- Your First Mac App
- Mac OS X Human Interface Guidelines
- Advanced Memory Management Programming Guide
查看整个指南部分,很多很好的东西在那里。
Check out the whole guides section, though, there's lots of good stuff there.
这篇关于如何阅读苹果开发者网站上的文档?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!