Skip to content
Bradley Ross edited this page Sep 19, 2017 · 6 revisions

Welcome to the ObjectiveC-Examples wiki. This is going to be my attempt to collect and organize information about Objective-C and Objective-C++ in a format that will assist users in understanding the language. The Apple Documentation pages will be referenced in many of the WIKI pages as "Apple Ref".

The first thing to realize is that Objective-C is really a combination of two different languages: C/C++ and an object oriented framework based on NextStep (NS) or CoreFoundation(CF). NextStep was used as the original Cocoa framework, while the current Apple frameworks use Core Foundation. In discussing these object oriented systems, I will be referring to equivalent Java classes.

Clone this wiki locally