View Controller Programming Guide for iPhone OS

April 15, 2009 Filed Under: Programming
View Controller Programming Guide for iPhone OS

You should read this document if you are implementing an iPhone OS application. Most productivity applications that contain a lot of user data or records benefit from using view controllers to organize and present content on small hand-held devices. Even a single view graphics application benefits from using view controllers for autorotation.
If you are new [...]