Leopard Reference Library: Cocoa
This page lists new and recently changed documents, including Articles, Guides, Reference, Release Notes, Sample Code, Technical Notes, and Technical Q&As. Most documents have a revision history, which details additions and changes to that document since the previous version. Look for "Revision History" at the bottom of the document or in the document's table of contents.

Items are listed in reverse chronological order by publication date. To see the list sorted by the type of revision, click Sort by Revision Type. Items published for the first time (First Version) will be at the top of the list, followed by items with new or changed content (Content Update), followed by items with small fixes, such as typos and format errors, but no significant content changes (Minor Change).

New and updated Reference Library documents are announced in the bi-weekly Apple Developer Connection News, available as an option to ADC members. See the Membership Overview page for details on joining.
Document Revision Descriptions
On Off
Sorted by
Date
Sort by
Title
Sort by
Revision Type
Sort by
Resource Type
2009-05-06 Foundation Constants Reference (HTML) (PDF)
Corrected the definition of NSDecimalNoScale.
Minor Change Reference
2009-05-06 Memory Management Programming Guide for Cocoa (HTML) (PDF)
Corrected typographical errors.
Minor Change Guides
2009-05-06 The Objective-C 2.0 Programming Language (HTML) (PDF)
Updated article on Mixing Objective-C and C++.
Minor Change Guides
2009-03-04 Error Handling Programming Guide For Cocoa (HTML) (PDF)
Corrected a link error.
Minor Change Guides
2009-02-04 NSObject Class Reference (HTML) (PDF)
Added note about managing scarce resources in dealloc.
Minor Change Reference
2009-02-04 Objective-C 2.0 Runtime Programming Guide (HTML) (PDF)
Corrected typographical errors.
Minor Change Guides
2009-01-06 Objective-C 1 Runtime Reference (HTML) (PDF)
Added link to current document.
Minor Change Reference
2009-01-02 NSAutoreleasePool Class Reference (HTML) (PDF)
Changed "managed memory environment" to "reference-counted environment" throughout.
Minor Change Reference
2008-12-22 NSObject Protocol Reference (HTML) (PDF)
Updated discussion of retainCount method.
Minor Change Reference
2008-11-24 Core Animation properties and Reference Counting (HTML)
First Version
First Version Technical Q&As
2008-11-19 Application Kit Framework Reference (HTML) (PDF)
Added NSTextInputClient Protocol Reference.
Minor Change Reference
2008-11-19 Application Kit Functions Reference (HTML) (PDF)
Added descriptions for the NSDrawThreePartImage and NSDrawNinePartImage functions.
Minor Change Reference
2008-11-19 Garbage Collection Programming Guide (HTML) (PDF)
Added note that Foundation programs need to use objc_startCollectorThread().
Minor Change Guides
2008-11-19 Object-Oriented Programming with Objective-C (HTML) (PDF)
Corrected typographical errors.
Minor Change Guides
2008-11-19 Objective-C 2.0 Runtime Reference (HTML) (PDF)
Added links to the new Objective-C 2.0 Runtime Programming Guide.
Minor Change Reference
2008-10-15 NSGarbageCollector Class Reference (HTML) (PDF)
Clarified use of -isEnabled.
Minor Change Reference
2008-10-15 NSInvocation Class Reference (HTML) (PDF)
Updated code examples to use NSInteger instead of raw types.
Minor Change Reference
2008-10-15 NSMethodSignature Class Reference (HTML) (PDF)
Added declaration of signatureWithObjCTypes:.
Minor Change Reference
2008-09-09 Foundation Data Types Reference (HTML) (PDF)
Added descriptions for NSInteger and NSUInteger.
Minor Change Reference
2008-09-08 Determining if an application uses Objective-C Garbage Collection (HTML)
First Version
First Version Technical Q&As