Objective-C

From ShawnReevesWiki
Revision as of 14:27, 21 February 2010 by Shawn (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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/