Book Image

Cocoa and Objective-C Cookbook

By : Jeff Hawkins
Book Image

Cocoa and Objective-C Cookbook

By: Jeff Hawkins

Overview of this book

<p>Much of Cocoa is implemented in Objective-C, an object-oriented language that is designed to run at high speed. In order to build powerful Cocoa applications you need more than the basics. This cookbook will provide you with the recipes needed to add Core Animation, gestures, Key Value Coding, and QuickTime to your appilications.<br /><br />The Cocoa and Objective-C Cookbook moves developers beyond the basics of developing with Apple's Cocoa framework. It will help you grasp advanced topics needed to build polished Cocoa applications on Mac OS X.<br /><br />The cookbook provides a comprehensive overview of Cocoa's more popular UI components found in all Mac OS X applications. It has recipes for building custom views, adding support for gestures and working with keyboard and mouse events. There are recipes for using singleton, delegation, and factory design patterns in your own application's architecture. Alongside essential recipes for working with databases and debugging you will also find fun recipes covering animation and multimedia. The Cocoa and Objective-C Cookbook will quickly bring you up to speed with advanced technologies used to build complex applications for Mac OS X.</p>
Table of Contents (18 chapters)
Cocoa and Objective-C Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface

Introduction


In this chapters, recipes we will cover some basic architecture topics. The common design patterns we will discuss will help you build applications that are more maintainable and structured. We will also show how you can leverage Key-Value Coding and use operators with Key Value Paths to simplify your classes.