macos Cocoa OS X 应用程序的 XCode 4 教程

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/6215942/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-21 08:06:12  来源:igfitidea点击:

XCode 4 Tutorials for Cocoa OS X Applications

macosxcode4

提问by marchaos

There's obviously a lot of buzz around writing Cocoa Touch applications, but there doesn't seem to be much around creating applications for OS X apps using XCode 4.

显然有很多关于编写 Cocoa Touch 应用程序的讨论,但似乎没有多少围绕使用 XCode 4 为 OS X 应用程序创建应用程序。

Does anyone know of any resources that cover OS X Application Development using XCode 4? Are tutorials for XCode 3 usable for XCode 4 Development?

有谁知道使用 XCode 4 进行 OS X 应用程序开发的任何资源?XCode 3 的教程是否可用于 XCode 4 开发?

Thanks.

谢谢。

采纳答案by Jesse Naugher

I would say tutorials for Xcode 3 are valid/close-to-ideal for learning OS X development, and then perhaps go through a tutorial on the changes between Xcode 3 and 4, as they are quite significant (but relatively easy to grasp/get used to/not too crucial to actual development). The differences between 3 and 4 are more usability/User Experience related more than actually changing how you write code.

我会说 Xcode 3 的教程对于学习 OS X 开发来说是有效/接近理想的,然后也许可以阅读有关 Xcode 3 和 4 之间变化的教程,因为它们非常重要(但相对容易掌握/获得用于/对实际开发不太重要)。3 和 4 之间的差异更多地与可用性/用户体验相关,而不是实际改变您编写代码的方式。

回答by Kevin Smith

I just found this awesome tutorial series teaching Mac OS X Objective-C/Cocoa app creation using Xcode 4! The first video is found here: http://www.youtube.com/watch?v=X_MJd8wqTBM

我刚刚发现这个很棒的教程系列使用 Xcode 4 教授 Mac OS X Objective-C/Cocoa 应用程序!第一个视频可以在这里找到:http: //www.youtube.com/watch?v=X_MJd8wqTBM

It seems really great so far. I have been looking for something like this for so long! Everything else I have found is either very high-level, very low-level, or very outdated.

到目前为止看起来真的很棒。我一直在寻找这样的东西很久了!我发现的其他所有东西要么非常高级,要么非常低级,要么非常过时。

回答by Abizern

Have you looked at developer.apple.comThere is more than enough there to get you started.

您是否查看过developer.apple.com那里有足够的内容让您入门。