Previous Section Next Section Table of Contents Glossary Index

Chapter 15. Platform-specific notes

15.5. Recommended Reading

Mac OS X - Cocoa , Cocoa Core Competencies , Cocoa Fundamentals Guide

These are top-level pages pertaining to Cocoa in Apple's Mac OS X Developer Library. If you are unfamiliar with Cocoa, these links are good places to start.

The Objective-C Programming Language , Objective-C Runtime Programming Guide

These provide a conceptual overview and programming guide to Objective-C the language and runtime, respectively.

Objective-C Runtime Reference

This is one of the two most important Cocoa references; it covers all of the basics, except for GUI programming. This is a reference, not a tutorial.

Application Kit Framework Reference

This is the other very important Cocoa reference; it covers GUI programming with Cocoa / Application Kit Framework in considerable depth. This is a reference, not a tutorial.

Mac OS X Developer Library

This is the top page for Mac OS X developer documentation. Go here to find the documentation on any other Mac OS X API. Also go here if you need general guidance about OS X, Carbon, Cocoa, Core Foundation, or Objective-C.

Resources for Apple Developers

This is the top page for all Apple developer documentation.


Previous Section Next Section Table of Contents Glossary Index