Programming in Objective-C 2.0, 3/e

By Stephen G. Kochan

Programming in Objective-C 2.0, 3/e - Stephen G. Kochan
  • Release Date: 2012-08-17
  • Genre: Computers
Score: 4
4
From 13 Ratings

Description

This is the eBook version of the printed book.
Programming in Objective-C is a concise, carefully written tutorial on the basics of Objective-C and object-oriented programming for the iOS and Mac platforms.

The book makes no assumptions about prior experience with object-oriented programming languages or with the C language (which Objective-C is based upon). Because of this, both beginners and experienced programmers alike can use this book to quickly and effectively learn the fundamentals of Objective-C. Readers can also learn the concepts of object-oriented programming without having to first learn all of the intricacies of the underlying procedural language (C).

This unique approach to learning, combined with many small program examples and exercises at the end of each chapter, makes Programming in Objective-C ideally suited for either classroom use or self-study. While the Objective-C language itself has gone through little change since the introduction of Objective-C 2.0, the Apple development tools that programmers use for Objective-C development on the Mac and on iOS have changed significantly in a relatively short period of time.

This new edition of Programming in Objective-C incorporates numerous updates and improvements throughout the book:
Improved organization for some chapters Incorporation of feedback and suggestions from members of the author's readers forum, including more detailed descriptions for some of the examples A new introduction to blocks with examples Replacement of deprecated methods with newer methods Updated diagrams and steps for using Xcode 4

Reviews

  • Great Book For Beginners

    4
    By TreverJP
    Have really enjoyed this book. I'm not new to OOP but I am new to objective-c. The author did a great job keeping the book at a middle learning level. What I mean by that is this book isn't a picture book or one that treats you like your dumb and can't pick up on the concepts but at the same time not being to hard for a newbie to follow along. Only complaint is the exercise are pretty vague and with no source code given for the exercise it can be difficult for a newbie to see how well they grasped that chapter. You can code something ugly as can be and get it to still comes out with the results your looking for and think that you were on track with the chapter when in reality your code is ugly and by seeing the examples you can see where you went wrong or can improve.