views:

74

answers:

1

In C++ community, "Effective C++" is very famous for its concise, in-depth and practical style. For Objective-C, most of the books in the market is primer introduction to the language. Is there a book for Objective-C like "Effective C++" for C++?

BTW, I found this document is very valuable for a programmer from C++ to Objective-C: http://chachatelier.fr/programmation/fichiers/cpp-objc-en.pdf

+3  A: 

As mentioned in an answer here, CocoaHeads maintain a good list of Cocoa-related books. A few that might be interesting to you:

Advanced Mac OS X Programming

Building Cocoa Applications

Cocoa Design Patterns

Pro Objective-C for Mac and iPhone

Felixyz
"Pro Objective-C for Mac and iPhone" looks great. But it's not released yet?
MQ Gu
Yeah should be a great book. While waiting, you can read the author's famous blog: http://www.mikeash.com/pyblog/
Felixyz