ART40545 - Basics of Programming: iOS
Resources
- Apple's iPhone Dev Center -- the following documents are particularly useful (and, in some cases, assigned) reading.
- iPhone Application Programming Guide: a comprehensive guide for iPhone development
- View Controller Programming Guide for iPhone OS: More specific information on using and customizing view controllers (of the MVC paradigm)
- Nib file details: description of nib object lifecycles, nib and memory management hints, etc.
-
- Cocoa Design Patterns: software design patterns modeled and used in Cocoa applications
- Framework references:
- Foundation framework reference
- UIKit framework reference
- Property lists and User defaults:
