Xcode 4 中的示例项目在哪里?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11448080/
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
Where are the sample projects in Xcode 4?
提问by Charlie Egan
In older versions of Xcode they have been in the developer folder, just wondering where they are available now, do I have to download them from somewhere?
在旧版本的 Xcode 中,它们一直在 developer 文件夹中,只是想知道它们现在在哪里可用,我是否必须从某个地方下载它们?
采纳答案by AW101
If you find the name of the project you want from the Documentation tab in Organiser you can simple choose "Open Project" and it will be downloaded to a folder of your choice.
如果您从管理器的文档选项卡中找到您想要的项目名称,您可以简单地选择“打开项目”,它将被下载到您选择的文件夹中。
Make sure you have downloaded the documentation first via xCode/Preferences/Downloads/Documentation/Check & Install Now.
确保您首先通过 xCode/Preferences/Downloads/Documentation/Check & Install Now 下载了文档。
回答by Bazinga
There a lot of sample codes. Just a simple search in google.
有很多示例代码。只需在谷歌中进行简单的搜索。
Here:
这里:
- raywenderlich iPhone Tutorials with source code
- Github - search for repos
- Apple's own sample codes
- The Open Source iPhone Apps List in maniac dev
- Cocos2d samples
- https://stackoverflow.com/questions/1353130/where-can-i-find-sample-iphone-code
- 带有源代码的 raywenderlich iPhone 教程
- Github - 搜索 repos
- 苹果自己的示例代码
- maniac dev 中的开源 iPhone 应用程序列表
- Cocos2d 示例
- https://stackoverflow.com/questions/1353130/where-can-i-find-sample-iphone-code
I bet this is a good start. Hope this helps. Have fun.
我敢打赌这是一个好的开始。希望这可以帮助。玩得开心。