Objective-C: Difference between revisions

From ShawnReevesWiki
Jump to navigationJump to search
Created page with 'To program in iPhone OS, I need to understand the structure of Objective-C. I'll use this space to note things as I learn about them. ==import== Use #import instead of #incl…'
(No difference)

Revision as of 14:27, 21 February 2010

To program in iPhone OS, I need to understand the structure of Objective-C. I'll use this space to note things as I learn about them.

import

Use #import instead of #include, to avoid repetitive includes.

Classes

References

Objective-C Primer at Apple
http://developer.apple.com/iphone/library/referencelibrary/GettingStarted/Learning_Objective-C_A_Primer/