June 2012
Beginner
704 pages
16h 27m
English
What You’ll Learn in This Hour:
• Xcode project templates
• How to create a new project
• The anatomy of an Xcode project
• Managing project properties
In the past few hours, you have learned how to install Xcode, what Objective-C looks like, and how the model-view-controller (MVC) development methodology can lead to well-structured projects. Starting with this hour, it is time to work directly with Xcode.
In this hour, you learn about the Xcode project templates and how to create and test an application using the templates. One of the best things about the Xcode templates is that they provide a starting point for a variety of different applications. Before deciding to reinvent the wheel, take ...