Learn Objective-C on the Mac
Take your coding skills to the next level with this extensive guide to Objective–C, the native programming language for developing sophisticated software applications for Mac OS X. Objective–C is a powerful, object–oriented extension of C, making this book the perfect follow–up to Dave Mark's b...
| Main Authors: | , |
|---|---|
| Corporate Author: | |
| Format: | Electronic eBook |
| Language: | English |
| Published: |
Berkeley, CA :
Apress,
2009.
|
| Subjects: | |
| Online Access: | Full Text via HEAL-Link |
Table of Contents:
- Hello
- Extensions to C
- to Object-Oriented Programming
- Inheritance
- Composition
- Source File Organization
- More About Xcode
- A Quick Tour of the Foundation Kit
- Memory Management
- Object Initialization
- Properties
- Categories
- Protocols
- to the AppKit
- File Loading and Saving
- Key-Value Coding
- NSPredicate.