Creating iPhone Apps with Cocoa Touch: The Mini Missing Manual - Helion
ebook
Autor: Craig HockenberryISBN: 978-14-493-9372-4
stron: 150, Format: ebook
Data wydania: 2010-05-19
Księgarnia: Helion
Cena książki: 21,17 zł (poprzednio: 24,62 zł)
Oszczędzasz: 14% (-3,45 zł)
Tagi: iPhone
Creating iPhone Apps with Cocoa Touch: The Mini Missing Manual walks you through developing your first iPhone App and introduces you to your programming environments and tools: Cocoa Touch, Interface Builder, Xcode, and the Objective-C programming language. If you're a Java or C developer, this eBook is your fast track to App development.
This eBook is adapted from parts of iPhone App Development: The Missing Manual.
Osoby które kupowały "Creating iPhone Apps with Cocoa Touch: The Mini Missing Manual", wybierały także:
- Zen Steve'a Jobsa 29,67 zł, (8,90 zł -70%)
- Programowanie aplikacji mobilnych dla iOS z wykorzystaniem Xcode, Swift 3.0 i iOS 10 SDK. Kurs video. Poziom pierwszy 99,00 zł, (44,55 zł -55%)
- Flutter i Dart 2 dla początkujących. Przewodnik dla twórców aplikacji mobilnych 89,00 zł, (44,50 zł -50%)
- Dostosuj się lub giń. Jak odnieść sukces w branży aplikacji mobilnych 44,90 zł, (22,45 zł -50%)
- Podstawy języka Swift. Programowanie aplikacji dla platformy iOS 49,00 zł, (24,50 zł -50%)
Spis treści
Creating iPhone Apps with Cocoa Touch: The Mini Missing Manual eBook -- spis treści
- fm
- ch01
- Building Your First iPhone App
- Getting the Tools
- Installing Xcode
- Getting the iPhone SDK
- What Lies Ahead for the SDK?
- Exploring Your New Tools
- Every Flashlight Needs a Parts List
- Some Assembly Required
- Taking It for a Run on Your Mac
- Revision Decision
- Getting the Tools
- Building Your First iPhone App
- ch02
- The Power of Brackets
- Objective-C: The Nuts and Bolts for Your iPhone App
- The Land of Square Brackets
- The Object of It All
- Telling Your Objects to Do Things
- Masses of Classes
- Classes in Detail
- The Methods Behind the Madness
- Categorically Speaking
- Implementation: The Brains Behind the Beauty
- Creating New Classes
- Managing Memory
- Take a nil Pill
- Autorelease with Ease
- Properties and Dots
- Methods of Class
- Initializing Objects
- Deallocation Location
- Loops: For Better or For Worse
- Your Exceptional Code
- Learn by Crashing
- Selector Projector
- Show Your id
- Where to Go from Here
- Developer Documentation
- Learn To Be Lazy
- Objective-C: The Nuts and Bolts for Your iPhone App
- The Power of Brackets
- ch03
- Cocoa Touch: Putting Objective-C to Work
- Get in Cocoa Touch
- The Big Three: Models, Views, Controllers
- Views
- Models
- Controllers
- Value Objects
- Lets Get Primitive
- Objectified
- Collections
- Copying in Depth
- Property Lists
- Mutable vs. Immutable
- Make It Mutable
- Protect Your Data
- Delegation and Data Sources
- Targets and Actions
- User Interface: The Hard Way
- User Interface: The Easy Way
- Notifications
- Singletons
- Singletons as Globals
- Where to Go from Here
- Cocoa Touch: Putting Objective-C to Work
- colo