Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
虽然不是一本书,但我建议您查看一下 Itunes U 的免费斯坦福课程。只需查找 iPhone 应用程序开发或 Iphone 应用程序编程。
他们会粗略地介绍所有基础知识以及 NSString 和 NSArray 等 API。如果有机会,也尽量抓住作业。你可以用谷歌搜索他们,因为他们会逐个学期地记下作业。只要跟随他们并尽可能地尝试他们。这对我学习 iPhone 开发帮助很大。
Though not a book, I would recommend checking out the free Stanford class from Itunes U. Just looks up iPhone Application Development or Iphone Application Programming.
They go through all the basics as well as APIs for NSString and NSArray, etc if only cursory. If you get a chance, also try to get a hold of the assignments. You can google for them since they take down the assignments from semester to semester. Just go along with them and try them out as best as you can. That helped me out a great deal when learning iPhone development.
我从“Objective-C 2.0 中的编程(开发人员库)”开始,看起来非常好。
对于 iphone sdk,请查看“电话 SDK 开发:构建 iPhone 应用程序(带源代码)”
I'm starting with "Programming in Objective-C 2.0 (Developer's Library)" and it seems really good.
For iphone sdk have a look at "Phone SDK Development: Building iPhone Applications (With Source Code)"
iPhone SDK 开发是一个好的开始。
The iPhone SDK Development is a good start.
我上周开始学习 iPhone 开发,并且一直在使用 Head First iPhone Development 和iPhone SDK 开发。他们彼此配合得很好。当我在计算机上进行练习时,我一直使用头脑第一本书,而实用书则更多地作为参考书,供在旅途中阅读。
I started learning to develop for iPhone last week, and I've been using both Head First iPhone Development and iPhone SDK Development. They are both great in conjunction with each other. I've been using the head first book when running through exercises hands-on at the computer, and the pragmatic book as more of a reference book to read on-the-go.