Objective-C 基本概念
我最近开始开发 iPhone 应用程序,之前没有任何有关 iOS 或 Objective-C 的理论知识,有人可以告诉我应该从哪里开始阅读 Objective C 吗?
I have recently started developing iPhone apps without any prior theoretical knowledge about iOS or Objective-C, could someone tell where should i start reading about objective C ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
一个很好的起点是 Apple 文档< /a>.还有一些好书。
掌握语言结构后,您的下一站可以访问 iOS 开发者库,其中包含大量指南、参考资料和常见问题解答。
An excellent starting point is the Apple documentation. There are some good books around, too.
After grasping the language constructs, your next stop for more specific information about any iOS controls, concepts and techniques, can be the iOS Developer Library, which is full of guides, references and FAQs.
下面给出了我最喜欢的网站,它包括大部分教程和内容。希望对您有帮助。您也可以从苹果指南< /a>
My favorite site is given below, It includes most of the tutorials and stuff. Hope that helps you. Also you can start with guide from apple
我推荐以下链接
http://developer.apple.com/mac /library/documentation/Cocoa/Conceptual/ObjectiveC/Introduction/introObjectiveC.html
您还可以使用 lynda.com 的 Objective-c 教程
I recommend the following link
http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/ObjectiveC/Introduction/introObjectiveC.html
You can also use Objective-c tutorial by lynda.com