Changes

Jump to: navigation, search

An Example iOS 4 iPhone Camera Application

395 bytes added, 21:24, 7 February 2011
no edit summary
Begin the project by launching Xcode and creating a new iPhone iOS application project named camera using the View-based application template.
 
== Adding Framework Support ==
 
The application developed in this chapter relies on the MobileCoreServices framework. Add this framework to the project by Ctrl-clicking on the Frameworks entry in the Xcode ''Groups & Files'' panel and selecting ''Add->Existing Frameworks…''. From the resulting panel, scroll down to ''MobileCoreServices.framework'', select it and click the ''Add'' button.
== Configuring Protocols, Outlets and Actions ==

Navigation menu