Grand Central Dispatch (GCD) Reference
Link: http://developer.apple.com/mac/library/documentation/Performance/Reference/GCD_l...Grand Central Dispatch (GCD) comprises new language features, runtime libraries, and system enhancements that...
View ArticleGetting Started with Cocoa
Link: http://developer.apple.com/referencelibrary/GettingStarted/GS_Cocoa/A starting point for getting started with Cocoa, with links to several useful sources of Apple-provided information. Assumes a...
View ArticleEasy Code Documentation with Xcode
Link: http://www.macdevcenter.com/pub/a/mac/2004/08/27/cocoa.htmlA tutorial for using Doxygen to automatically generate code documentation from within Xcode.This article uses a version of Xcode from...
View ArticleDoxygen
Link: http://www.doxygen.org/Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D.It can help you in...
View ArticleDeveloping with Core Data
Link: http://developer.apple.com/macosx/coredata.htmlA high-level technical overview on Core Data, a strong, flexible, and powerful data model framework for building well-factored applications based...
View ArticleDeveloping Cocoa Applications with Python
Link: http://developer.apple.com/cocoa/pyobjc.htmlA tutorial that teaches how to write a Cocoa application in Python by building a simple application from start to finish. Includes discussion of Cocoa...
View ArticleConcurrency Programming Guide
Link: http://developer.apple.com/mac/library/documentation/General/Conceptual/Concurre...Concurrency is the notion of multiple things happening at the same time. With the proliferation of multicore...
View ArticleCoding Headstarts
Link: http://developer.apple.com/codingheadstarts/Complete with introductory video, lesson guide and sample code in an Xcode project, you’ll learn to create compelling features in your application...
View ArticleCocoaNav
Link: http://inexdo.com/CocoaNavCocoaNav parses OSX frameworks and makes them searchable in a nice Core Animation View.CocoaNav is mostly written in RubyCocoa, with two ObjectiveC classes : CNItem and...
View ArticleCocoa-Java Integration Guide
Link: http://developer.apple.com/documentation/Cocoa/Conceptual/LanguageIntegration/Documentation for using Java with the Cocoa frameworks.Note: Cocoa-Java is no longer maintained, has been deprecated...
View ArticleCocoa Developer Documentation
Link: http://developer.apple.com/documentation/Cocoa/Documentation, conceptual information, and how-to guides on using Cocoa to accomplish various tasks.
View ArticleCocoa Bindings Reference
Link: http://developer.apple.com/documentation/Cocoa/Reference/CocoaBindingsRef/CocoaB...Cocoa bindings is a collection of technologies that reduces the code dependencies between models, views and...
View ArticleBlock Language Specification
Link: http://clang.llvm.org/docs/BlockLanguageSpec.txtThe language specification for implementing Blocks.
View ArticleAppledoc
Link: http://www.gentlebytes.com/freeware/appledoc/Appledoc is a command line utility that generates Apple like source code documentation for Objective-C classes, interfaces and protocols. It...
View ArticleAppKit Reference Documentation
Link: http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/ObjC_cla...Documentation of the AppKit Framework, which includes windows, widgets, text, color, and other UI elements.
View Article