June 2012
Beginner
704 pages
16h 27m
English
What You’ll Learn in This Hour:
• How to use a shared framework in your project
• How to add a second view component with a controller independent from the application delegate
• How to incorporate an embedded framework project into your application to accommodate interproject dependencies
So far in this book, you’ve learned all about the Xcode interface and how to use it to construct the necessary component pieces of an OS X application. In this hour, you refresh what you’ve learned about the interface and the tools for building components, while going through the process of building a complete Objective-C-based Cocoa application. The application we build in this hour is kind of ...