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...
Call Number: | Libro Electrónico |
---|---|
Main Authors: | , |
Corporate Author: | |
Format: | Electronic eBook |
Language: | Inglés |
Published: |
Berkeley, CA :
Apress : Imprint: Apress,
2009.
|
Edition: | 1st ed. 2009. |
Subjects: | |
Online Access: | Texto Completo |
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.