The best-selling introduction to Cocoa, once again updated to cover the latest Mac programming technologies, and still enthusiastically recommended by experienced Mac OS X developers. “Aaron’s book is the gold standard for Mac OS X programming books—beautifully written, and thoughtfully sculpted. The best book on Leopard development.” —Scott Stevenson, www.theocacao.com “This is the first book I’d recommend for anyone wanting to learn Cocoa from scratch. Aaron’s one of the few (perhaps only) full-time professional Cocoa instructors, and his teaching experience shows in the book.” —Tim Burks, software developer and creator of the Nu programming language, www.programming.nu “If you’re a UNIX or Windows developer who picked up a Mac OS X machine recently in hopes of developing new apps or porting your apps to Mac users, this book should be strongly considered as one of your essential reference and training tomes.” —Kevin H. Spencer, Apple Certified Technical Coordinator If you’re developing applications for Mac OS X, Cocoa® Programming for Mac® OS X, Third Edition, is the book you’ve been waiting to get your hands on. If you’re new to the Mac environment, it’s probably the book you’ve been told to read first. Covering the bulk of what you need to know to develop full-featured applications for OS X, written in an engaging tutorial style, and thoroughly class-tested to assure clarity and accuracy, it is an invaluable resource for any Mac programmer. Specifically, Aaron Hillegass introduces the three most commonly used Mac developer Xcode, Interface Builder, and Instruments. He also covers the Objective-C language and the major design patterns of Cocoa. Aaron illustrates his explanations with exemplary code, written in the idioms of the Cocoa community, to show you how Mac programs should be written. After reading this book, you will know enough to understand and utilize Apple’s online documentation for your own unique needs. And you will know enough to write your own stylish code. Updated for Mac OS X 10.4 and 10.5, this revised edition includes coverage of Xcode 3, Objective-C 2, Core Data, the garbage collector, and CoreAnimation.
Aaron Hillegass was working at NeXT when it was purchased by Apple. He founded Big Nerd Ranch in 2001. He is working on a PhD in Machine Learning at Georgia Tech.
Ok lets be clear here. I'm the worlds worst programmer! my brain is not wired to programme, I'm thick as two short planks when it comes to programming. I'm like a dog chasing a cat, I always go back for more punishment!!
Great book, but skips through some of the explainations of how individual lines of code are structured and why. Apples reference docs don't give simple examples of how each call works and I find it confusing as I don't easily see how a call should be used.
Having said that the one great (and frustrating) thing about this book is the challenges at the end of various chapters. Aaron works through development of a small programme across several chapters and then presents you with a challenge at the end of one of the chapters instructing you to construct a similar programme using what you have learnt BUT also using a new call or two.
This is the bit that floors me and I don't allow myself to read any further until I've completed the current challenge.
It may well take me years to finish this book.........oh dear!
This book tried to teach Cocoa, Objective-C, and Xcode at the same time and failed pretty miserably. The book is organized around example programs, not programming concepts, so it's pretty much impossible to go back and skim to find a particular bit of code or concept.
This book teaches you how to read Objective-C, not how to write it. The author encourages you to copy-paste the code a lot or retype it verbatim. Instead of practicing what was just covered, the exercises either have you repeat the example program verbatim or make you figure out things for yourself that haven't been gone over yet. You might as well just read Apple's technical documentation instead.
This is how technical books should be written. If you want to learn Cocoa programming for Mac OS X, I highly recommend this book.
The author does an excellent job of walking the reader through the need-to-know parts of developing Cocoa software on the Mac. His style is very approachable. A breadth of fresh air, a technical book that does NOT read like a cryptic UNIX man page. Hillegass "gets" his audience.
I would not recommend this book to a beginner or non-programmer. A decent understanding of object-oriented programming concepts is a prerequisite. Any seasoned C++ or Java programmer should have no issues with the material.
I would also recommend this book to iPhone developers new to Cocoa. It does an excellent job of filling in the gaps that Apple omits in their iPhone guides and tutorials.
A really thorough and highly recommended introduction to programming Cocoa on Mac OS X. What I loved about this book is that almost every technical detail that is discussed is illustrated with simple example applications that can quickly be built and run.
I'd also recommend completing the challenges in the book. Some of them are quite stretching for programmers that are new to Cocoa, but I probably learnt as much again from completing the challenges as I did from following along with examples.
This book is an excellent follow-up to the Big Nerd Ranch guide to Objective C, if you are just starting out as a Mac programmer.
Hillegass is the Petzold of Mac programming. Well written programming book for learning how to code Mac OS apps using Objective-C and Xcode [it helps if you already know C and C++].
A fourth edition was released in 2011 which includes a chapter on iOS, which was new at the time. Probably the biggest omission for today's readers [2020] is that you can now use the Swift language to program Mac apps. Objective-C still works as good as ever, but Swift promises faster development, a more modern syntax, and safer memory management.
This is the only book you need to have if you want to learn Mac OS/X, Objective-C Programming. The examples in the book follow XCode 3 but I didn't have much difficulty in adapting them to XCode 4. The flow is engaging, examples are interesting and comprehensive. I found everything I needed for the app I am working on. Thoroughly recommended. 5/5 stars. Note this book covers Mac desktop apps. There is another one from the same author "iPhone Programming The Big Nerd Ranch Guide" that I keep an eye on too, that would be my next book.
My first book on Cocoa and Objective-C programming. Did not cover iOS (then iPhone OS) programming.
Wasn't a beginner book. It assumed some competence on Mac OS usage and culture. Difficult to get through; wasn't a good match to my need at the time (iPhone OS programming).
However, later, as I learned the platform, I came back to this book periodically, to see how it treated some topics. An OK book.
The de-facto standard text for learning Cocoa. It was good and to the point. The subject matter is challenging however so I would only recommend this book to someone who has at least basic experience with the C language and an object oriented language. These are really the prerequisites to picking up this book.
This book would be great for a beginner in Objective-C and Cocoa, but it won't take you very far. Most of my experience was just re-typing code from the book, which is very helpful when you are not at all familiar with Objective-C or Cocoa.
However, if you are an intermediate or advanced Cocoa programmer this probably won't help very much.
4.5/5 - A terrific introduction to Cocoa and Objective-C. One of the few programming books which successfully caters to experienced programmers that are new to a specific field. Hillegass dives right into the subject matter, and the book does an especially good job with pacing the examples with infodumps.
This is really a great book on Cocoa Programming and Xcode. It can be picked up by anyone with just a little programming experience. Coupled with Stephen Kochan's excellent "Programming in Objective C" and you're ready to start making your own Mac OS X applications!
If you want to get into programming on the Mac or the iPhone, this is the first book you should read. Considered by many as the "Cocoa Bible", it leads the reader into the world of Cocoa, Objective-C, and Xcode at a steady, manageable pace.
Not nearly as good as the last Objective C book I worked through. Hillegass isn't thorough enough. Yeah, I understand the virtue in setting challenges for reader/students. But a lot of time is wasted and I'm often in a state of resigned confusion.
so much clearer than any tutorial on the web. has a tutorial like format but does a good job of explaining the major concepts in developing for mac/iphone (obj c, cocoa, interface builder)
i don't see it as a good reference but its a great book for learning
Aaron Hillegass is an excellent tech author who can explain concepts in such a way that it's easy to follow along, while keeping you engaged. If you are learning to program on Mac OS X and are either a ninja Objective-C coder or a novice, this book is a must have.
The go-to book for Cocoa and Objective C. An extraordinarily rare technical book: works as class, refresher, or reference; highly accessible yet very thorough. Also the best introduction to Objective-C (which is required to work in Cocoa).
I liked this book, it was clear, practical and relevant. However Objective-C and the Mac OS X toolkit is sadly too ugly for me to persist with. I got through the first five chapters or so but stopped once I knew I couldn't take the environment.
My friend Chris Cunningham from Apple recommended this book as an intro to programming for the Mac Operating System and the iphone. There's no filler, so the book's concise and to the point.