iPhone 编程网站列表
请把学习 Objective C 的优秀网站、iPhone 应用程序的基本内容、像这样的 UI 编码以及示例和编码放在一起......
谢谢......
Please put the great sites for learning objective c, essential things to iphone apps, UI codings like this with examples and codings....
Thanks....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我建议使用 iTunes 中的 iTunesU 下载斯坦福大学视频。信息非常丰富,课程数据和下载仍然可以在斯坦福大学的网站上找到。
课程页面在这里 http://www.stanford.edu/class/cs193p /cgi-bin/drupal/
这些视频在 iTunes 中是免费的。
I would recommend downloading the Stanford University videos using iTunesU in iTunes. Very informative and the course data and downloads are still available on Stanford's website.
The course page is here http://www.stanford.edu/class/cs193p/cgi-bin/drupal/
The videos are free in iTunes.
Apple 的 iOS 开发中心 可能是最有用的在线全能 -您可以找到的一种资源。
它们提供编码指南、入门视频、示例代码和其他此类通用资源,并结合您所掌握的所有技术知识(SDK、参考库等)。最终会需要。
Apple's iOS Dev Center may be the most useful online all-in-one resource that you can find.
They provide coding how-to's, getting started videos, sample code, and other such general resources, combined with all of the technical knowledge (SDKs, reference libraries, etc.) that you'll eventually need.
一开始我使用了斯坦福大学视频中的资源,然后阅读了一些官方的 iOS 指南和参考资料。然后我开始开发一个应用程序项目,并围绕该项目定制我的学习。在不参与项目的情况下一次性学习所有 iOS 编程是非常困难的,因为 API 需要消化的东西很多。
一旦您了解了一些 iOS 编程术语,我将继续使用 stackoverflow 和官方开发者论坛来搜索您在构建应用程序时遇到的问题的具体示例和解决方案。
边做边学!
In the very beginning I used resources from the Stanford University videos and then read some of the official iOS guides and references. Then I started working on an app project and tailored my learning around that. It's very difficult to learn all of iOS programming in one go without working on a project because the API is a lot to digest.
Once you've learned some of the iOS programming lingo, I would go ahead and use stackoverflow and the official developer forums to search for specific examples and solutions to the problem you are having while building your app.
Learn by doing!
视频教程是学习 Objective C 的好方法。但我建议,在初始阶段它可以帮助您,但是当您深入编程并想使用 Objective C 时,您应该选择一些时间查看 Apple 文档。 Apple 文档 提供了一切。
也不要错过他们的示例代码 。
Video tutorials are a good way to learn objective C. But i would suggest that at a initial stage it can help you but when you go deeper inside into programming want to play with objective C you should opt some time to look into the Apples Documentation. Apple's Documentation provides everything .
Dont miss thier Sample Code also.