Post a Comment
I found that ebook fairly useless. I guess it's useful for people who are completely new to programming. If you are an utter novice at programming, starting with Objective-C is not the best idea. On the other hand, if you are a programmer and want to learn Objective-C and the Cocoa framework, that book is too shallow and the pace is too slow.
Just read up on the documentation on Apple's website and you'll get started in no time.
Objective-C: http://developer.apple.com/documentation/Cocoa/Conceptual/Objective...
Cocoa: http://developer.apple.com/referencelibrary/GettingStarted/GS_Cocoa...
Xcode: http://developer.apple.com/documentation/DeveloperTools/Conceptual/...
Interface Builder: http://developer.apple.com/documentation/DeveloperTools/Conceptual/...
If you're willing to spend money on a book, a very good book I'd recommend is Cocoa Programming for Mac OS X (http://www.amazon.com/exec/obidos/ASIN/0321213149/bignerdranch-20) and Advanced Mac OS X Programming (http://www.amazon.com/exec/obidos/ASIN/0974078514/bignerdranch-20)
Just read up on the documentation on Apple's website and you'll get started in no time.
Objective-C: http://developer.apple.com/documentation/Cocoa/Conceptual/Objective...
Cocoa: http://developer.apple.com/referencelibrary/GettingStarted/GS_Cocoa...
Xcode: http://developer.apple.com/documentation/DeveloperTools/Conceptual/...
Interface Builder: http://developer.apple.com/documentation/DeveloperTools/Conceptual/...
If you're willing to spend money on a book, a very good book I'd recommend is Cocoa Programming for Mac OS X (http://www.amazon.com/exec/obidos/ASIN/0321213149/bignerdranch-20) and Advanced Mac OS X Programming (http://www.amazon.com/exec/obidos/ASIN/0974078514/bignerdranch-20)
And if you are on Linux and haven't yet added OS X, buy Stephen Kochan's Book, ``Programming in Objective-C.''
http://www.amazon.com/Programming-Objective-C-Developers-Library-St...
I found the book quite useful if you look at it froma novice perspective. I don't see a reason why a objective-c would be an issue if you are a beginner, most people started with just plain c, with no garbage collection.
I think the book does what it does well, which is to start a novice programmer off on the path to programming for their favorite platform.
Many thanks for your recommendations.
I just liked the book as a short introduction into Objective-C, in case of learning OS X programming I'll do it as probably the most people do it: Understand the basics and start hacking, using every help google will find for me ;-)
I used to read the Apple guide to Objective-C and was coding their Currency Converter example but it didn't helped me a lot since the "["- brackets drove me crazy.
The beginner orientated explaination of the object / messaging model made me understand this after the first read.
And for this reason: Great book (for me ^^)
[brain learnStuff:@"Objective-C"] ;-P








