Jump to ratings and reviews
Rate this book

Effective Software Development

Effective Objective-C 2.0: 52 Specific Ways to Improve Your IOS and OS X Programs (Effective Software Development)

Rate this book
Write Truly Great iOS and OS X Code with Objective-C 2.0! Effective Objective-C 2.0 will help you harness all of Objective-C’s expressive power to write OS X or iOS code that works superbly well in production environments. Using the concise, scenario-driven style pioneered in Scott Meyers’ best-selling Effective C++, Matt Galloway brings together 52 Objective-C best practices, tips, shortcuts, and realistic code examples that are available nowhere else. Through real-world examples, Galloway uncovers little-known Objective-C quirks, pitfalls, and intricacies that powerfully impact code behavior and performance. You’ll learn how to choose the most efficient and effective way to accomplish key tasks when multiple options exist, and how to write code that’s easier to understand, maintain, and improve. Galloway goes far beyond the core language, helping you integrate and leverage key Foundation framework classes and modern system libraries, such as Grand Central Dispatch. Coverage includes

306 pages, Paperback

First published May 14, 2013

43 people are currently reading
136 people want to read

About the author

Matt Galloway

18 books2 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
135 (65%)
4 stars
54 (26%)
3 stars
13 (6%)
2 stars
4 (1%)
1 star
0 (0%)
Displaying 1 - 15 of 15 reviews
Profile Image for Rex.
8 reviews1 follower
March 8, 2013
The handbook of the anal-retentive iOS developer. Objective-C is a complex, mutating monster with a few gray areas (use self.property inside the implementation to access one's properties or access the ivar via _property). I find myself, even while doing full time development, having to occasionally revisit the fundamentals every so often and this (as well as Advanced iOS 6) is a decent place to go for that.
Profile Image for Graham Lee.
119 reviews28 followers
June 19, 2013
Effective ObjC 2.0 is a well-written book, with plenty of guidelines to help the novice to intermediate ObjC programmer understand the language and its idioms.

I don't think ObjC itself is anywhere near as complicated as Java or C++, where the equivalent books have value even to advanced programmers. This is definitely a "while you're discovering" book, whereas Bloch or Myers can be read at any career stage.
Profile Image for Arvydas Sidorenko.
76 reviews
March 9, 2016
A must read for every Objective-C programmer. A little weak compared with Scott Meyers books on C++, but contains great information anyways.
Profile Image for Tyler.
157 reviews26 followers
March 20, 2017
Pretty solid advice. Some of it is a little bit out of date, and often I felt the book was targeted to a more junior developer than myself, but there is some really good low-level information about the Objective-C runtime tucked in here as well.
Profile Image for Reed.
42 reviews
January 10, 2014
If you were a fan of Scott Meyer's "Effective C++" series (Scott was a consulting editor for this book) you will love EoC 2.0. If you've been using Objective-C for some time there isn't much earth shattering here but Matt cleanly solidifies many of the concepts that are a bit perplexing for people new to the language. If nothing else it is an awesome refresher.
Profile Image for Rafael.
Author 2 books2 followers
September 22, 2013
It covers deeply best practices in order to write scalable code.
96 reviews3 followers
February 1, 2015
This book I want to gift myself-in-past.
Very good points are matched, very strong background of basics appeared.

The most useful book about Objective-C programming.

Thank you, Matt!
10 reviews1 follower
November 10, 2013
Matt Galloway is one of the top Objective-C/Cocoa developers in the world and it shows in this book. Required reading for iOS developers in my shop.
2 reviews
August 11, 2017
A plenty of good advices for working effectively with this awesome language and platform. Especially recommended to little experienced developers.!
Profile Image for Erol Baykal.
50 reviews
September 7, 2016
I would like to read it again some time in the future. Great topics, examples and explanations.
Profile Image for William.
8 reviews
April 5, 2017
Introduces a lot of important concepts to remember when dealing with Objective-C

Introduces a lot of important concepts to remember when dealing with Objective-C.

It's a must-read for any iOS developer.

The items referring to retain cycles and memory management are particularly important to understand, especially when using modern Objective-C and ARC
Displaying 1 - 15 of 15 reviews

Can't find what you're looking for?

Get help and learn more about the design.