N
N
NEOF2010-09-03 00:26:59
Cocoa
NEOF, 2010-09-03 00:26:59

What books should I read to learn iPhone/iPad development?

I have already read Become an Xcoder, I am finishing Programming in objective-c 2.0. What would be the most logical thing to read next, maybe someone even has a list of books?

Answer the question

In order to leave comments, you need to log in

7 answer(s)
A
anatoly_rr, 2010-09-03
@anatoly_rr

I highly recommend the Stanford lectures on iPhone development: videos and slides are available on iTunes U , as well as source code and assignments on the course website .

A
andoriyu, 2010-09-03
@andoriyu

Coding Guidelines for Cocoa (http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/CodingGuidelines/CodingGuidelines.html)
The Apple way of coding with ObjC and Cocoa.
Beginning iPhone 3 Development: Exploring the iPhone SDK (http://www.apress.com/book/view/1430224592)
Cocoa® Programming for Mac® OS X, 3rd Edition (http://www.informit.com/store/ product.aspx?isbn=0321503619)
Excellent book for learning more about Mac OS X concepts.
iPhone Tutorials (http://www.google.com/search?client=safari&rls=en&q=iphone+programming+tutorials&ie=UTF-8&oe=UTF-8)
Teh Google
Stanford iPhone Class (CS 193P) (http://www .stanford.edu/class/cs193p/cgi-bin/drupal/)
Information from the Stanford University class. Lectures are available on iTunes U.
Recommended by my instructor.

M
mitrych, 2010-09-04
@mitrych

Stanford Lectures is a really good source. But they need to be supplemented with additional sources of information, for example, there is a good book in Russian - “iPhone SDK. Application Development. +Introductory Course on Objective-C. BHV-Petersburg Publishing House, 2010.
And of course, Google will help you, because not all questions in this book and lectures have answers.

M
mono2k, 2010-09-03
@mono2k

"The C Programming Language" by Brian Kernighan and Dennis Ritchie.

A
alex_blank, 2010-09-04
@alex_blank

If you have experience in C / C ++, then the documentation in the Apple DevCenter is enough for you to quickly figure it out. Apple's documentation is just great, plus educational video screencasts in iTunes U. You can literally sit down and stupidly start writing an application, understanding all aspects of development as you write the application.

N
NEOF, 2010-09-05
@NEOF

I'm stuck on a task in a book, I've been thinking about how to do it for 3 days. Since I'm new to programming, I don't work well with documentation, and I don't really understand what to look for. Are there any volunteers who could give some advice or advice? The task is simple, there is an array of strings, you need to find and display all the strings containing a substring in it. Give me Asya in a personal, or skype, I will be very grateful.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question