Cargando…

Learn Objective-C on the Mac

Take your coding skills to the next level with this extensive guide to Objective-C, the native programming language for developing sophisticated software applications for Mac OS X. Objective-C is a powerful, object-oriented extension of C, making this book the perfect follow-up to Dave Mark's b...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Knaster, Scott (Autor), Dalrymple, Mark (Autor)
Autor Corporativo: SpringerLink (Online service)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : Apress : Imprint: Apress, 2009.
Edición:1st ed. 2009.
Temas:
Acceso en línea:Texto Completo
Tabla de Contenidos:
  • Hello
  • Extensions to C
  • to Object-Oriented Programming
  • Inheritance
  • Composition
  • Source File Organization
  • More About Xcode
  • A Quick Tour of the Foundation Kit
  • Memory Management
  • Object Initialization
  • Properties
  • Categories
  • Protocols
  • to the AppKit
  • File Loading and Saving
  • Key-Value Coding
  • NSPredicate.