
Programming in Objective-C (5th Edition) (Developer's Library)-
Amazon
From $49.99 (New)

From $49.99 (New)

| Last Seen | |
| Highest | $49.99 Aug 8, '15 |
| Lowest | $25.93 May 9, '14 |
| Average | $49.99 (365d avg) $30.23 (Lifetime average) |
| Added | Apr 30, 2013 |
| Last Seen | |
| Highest | $49.99 Aug 21, '14 |
| Lowest | $1.50 Jan 7, '16 |
| Average | $9.82 (30d avg) $11.71 (90d avg) $17.25 (180d avg) $19.41 (365d avg) $23.38 (Lifetime average) |
| Added | Apr 30, 2013 |
| Last Seen | |
| Highest | $22.89 May 2, '14 |
| Lowest | $0.01 Mar 16, '16 |
| Average | $0.90 (30d avg) $1.95 (90d avg) $2.91 (180d avg) $4.46 (365d avg) $8.41 (Lifetime average) |
| Added | Apr 30, 2013 |
30 day average: 462,383
90 day average: 502,833
Programming in Objective-C, Fifth Edition
Updated for OS X Mountain Lion, iOS 6, and Xcode 4.5
is a concise, carefully written tutorial on the basics of Objective-C and object-oriented programming for Apple's iOS and OS X 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 C programming language.
This unique approach to learning, combined with many small program examples and exercises at the end of each chapter, makes ideally suited for either classroom use or self-study.
This edition has been fully updated to incorporate new features in Objective-C programming introduced with Xcode 4.4 (OS X Mountain Lion) and Xcode 4.5 (iOS 6.)
The best book on any programming language that Ive ever read. If you want to learn Objective-C, buy it.Calvin Wolcott
An excellent resource for a new programmer who wants to learn Objective-C as their first programming languagea woefully underserved market.Pat Hughes
Contents at a Glance
1 Introduction
Part I The Objective-C Language
2 Programming in Objective-C
3 Classes, Objects, and Methods
4 Data Types and Expressions
5 Program Looping
6 Making Decisions
7 More on Classes
8 Inheritance
9 Polymorphism, Dynamic Typing, and Dynamic Binding
10 More on Variables and Data Types
11 Categories and Protocols
12 The Preprocessor
13 Underlying C Language Features
Part II The Foundation Framework
14 Introduction to the Foundation Framework
15 Numbers, Strings, and Collections
16 Working with Files
17 Memory Management and Automatic Reference Counting (ARC)
18 Copying Objects
19 Archiving
Part III Cocoa, Cocoa Touch, and the iOS SDK
20 Introduction to Cocoa and Cocoa Touch
21 Writing iOS Applications
Appendixes
A Glossary
B Address Book Program Source Code