Learn Cocoa on the Mac (häftad)
Fler böcker inom
Format
Häftad (Paperback)
Språk
Engelska
Antal sidor
375
Utgivningsdatum
2010-02-22
Upplaga
New
Förlag
APRESS
Medarbetare
Mark, David / LaMarche, Jeff
Illustrationer
illustrations
Dimensioner
235 x 190 x 26 mm
Vikt
649 g
Antal komponenter
1
Komponenter
Paperback
ISBN
9781430218593

Learn Cocoa on the Mac

Häftad,  Engelska, 2010-02-22
436
  • Skickas från oss inom 3-6 vardagar.
  • Fri frakt över 249 kr för privatkunder i Sverige.
Finns även som
Visa alla 1 format & utgåvor
The Cocoa frameworks are some of the most powerful frameworks for creating native desktop applications available on any platform today, and Apple gives them away, along with the Xcode development environment, for free! However, for a first-time Mac developer, just firing up Xcode and starting to browse the documentation can be a daunting task. The Objective-C class reference documentation alone would fill thousands of printed pages, not to mention all the other tutorials and guides included with Xcode. Where do you start? Which classes are you going to need to use? How do you use Xcode and the rest of the tools?

This book answers these questions and more, helping you find your way through the jungle of classes, tools, and new concepts so that you can get started on the next great Mac OS X application today. Jack Nutting is your guide through this forest; he's lived here for years, and he'll show you which boulder to push, which vine to chop, and which stream to float across in order to make it through. You will learn not only how to use the components of this rich framework, but also which of them fit together, and why.

Jack Nuttings approach, combining pragmatic problem-solving with a deep respect for the underlying design philosophies contained within Cocoa, stems from years of experience using these frameworks. Hell show you which parts of your application require you to jump in and code a solution, and which parts are best served by letting Cocoa take you where it wants you to go. The path over what looks like a mountain of components and APIs has never been more thoroughly prepared for your travels. With Jacks guidance, the steep learning curve becomes a pleasurable adventure. There is still much work for the uninitiated, but by the time youre done, you will be well on your way to becoming a Cocoa master.

What youll learn

  • How to actually make your own Cocoa applicationsthis is much more than just a quick introduction to Cocoa!
  • Which classes, of the dozens included in Cocoa, are truly central to Cocoa development
  • How to best use MVC architecture concepts in a Cocoa application
  • How the various pieces of the Cocoa frameworks fit with each other and into the MVC architecture
  • Which parts of Cocoa truly enable visual programming, letting you reap the benefits of proven, reusable code libraries that Apple gives you for free
  • How to recognize recurring design patterns used throughout Cocoa, and put them to proper use in your own code
  • How to approach Cocoa from different programming environments
  • How to use the facilities provided in Snow Leopard to create software that distributes itself automatically among all available CPUs, improving the user experience for your users.

Who this book is for

Anyone with basic understanding of objec...
Visa hela texten

Passar bra ihop

  1. Learn Cocoa on the Mac
  2. +
  3. Co-Intelligence

De som köpt den här boken har ofta också köpt Co-Intelligence av Ethan Mollick (häftad).

Köp båda 2 för 626 kr

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Fler böcker av författarna

Övrig information

Dave Mark is a longtime Mac developer and author who has written a number of books on Mac and iOS development, including Beginning iPhone 4 Development (Apress, 2010), More iPhone 3 Development (Apress, 2010), Learn C on the Mac (Apress, 2008), The Macintosh Programming Primer series (Addison-Wesley, 1992), and Ultimate Mac Programming (Wiley, 1995). Dave loves the water and spends as much time as possible on it, in it, or near it. He lives with his wife and three children in Virginia.

Innehållsförteckning

* Must Love Cocoa * Hello, World * Lights, Camera... Actions! (and Outlets, Too) * GUI Components * Using Table Views * Cocoa Bindings * Core Data Basics * Core Data Relationships * Search and Retrieve Core Data with Criteria * Windows and Menus and Sheets * Document-Based Applications * Exceptions, Signals, Errors, and Debugging * Drawing in Cocoa * Advanced Drawing Topics * Working with Files * Concurrency * Future Paths