Difference between revisions of "IPhone iOS 4 Development Essentials"

From Techotopia
Jump to: navigation, search
Line 93: Line 93:
 
#* [[The Basics of Objective-C Programming (iOS4 iPhone)|Objective-C do ... while loops]]<br><br>
 
#* [[The Basics of Objective-C Programming (iOS4 iPhone)|Objective-C do ... while loops]]<br><br>
 
# [[The Basics of iPhone iOS 4 Object Oriented Programming in Objective-C]]
 
# [[The Basics of iPhone iOS 4 Object Oriented Programming in Objective-C]]
 +
#* [[The Basics of iPhone iOS 4 Object Oriented Programming in Objective-C|What is an Object?]]
 +
#* [[The Basics of iPhone iOS 4 Object Oriented Programming in Objective-C|What is a Class?]]
 +
#* [[The Basics of iPhone iOS 4 Object Oriented Programming in Objective-C|Declaring an Objective-C Class Interface]]
 +
#* [[The Basics of iPhone iOS 4 Object Oriented Programming in Objective-C|Adding Instance Variables to a Class]]
 +
#* [[The Basics of iPhone iOS 4 Object Oriented Programming in Objective-C|Define Class Methods]]
 +
#* [[The Basics of iPhone iOS 4 Object Oriented Programming in Objective-C|Declaring an Objective-C Class Implementation]]
 +
#* [[The Basics of iPhone iOS 4 Object Oriented Programming in Objective-C|Declaring, Initializing and Releasing a Class Instance]]
 +
#* [[The Basics of iPhone iOS 4 Object Oriented Programming in Objective-C|Calling Methods and Accessing Instance Data]]
 +
#* [[The Basics of iPhone iOS 4 Object Oriented Programming in Objective-C|Creating the Program Section]]
 +
#* [[The Basics of iPhone iOS 4 Object Oriented Programming in Objective-C|Bringing it all Together]]
 +
#* [[The Basics of iPhone iOS 4 Object Oriented Programming in Objective-C|Structuring Object-Oriented Objective-C Code]]<br><br>

Revision as of 14:41, 10 January 2011

This eBook is currently under development and is scheduled for completion in March 2011. The goal of this book is to provide the essential knowledge necessary to develop iOS 4 based applications to run on the iPhone.

  1. About iPhone iOS 4 App Development Essentials

  2. The Anatomy of an iPhone 4
  3. The iOS 4 Architecture and SDK Frameworks
  4. The iPhone iOS 4 Cocoa Touch Layer
  5. The iPhone iOS 4 Media Layer
  6. The iPhone iOS 4 Core Services Layer
  7. The iPhone iOS 4 Core OS Layer
  8. Installing Xcode and the iOS 4 SDK
  9. Creating a Simple iPhone iOS 4 App
  10. Testing iOS 4 Apps on the iPhone – Developer Certificates and Provisioning Profiles
  11. The Basics of Objective-C Programming (iOS4 iPhone)
  12. The Basics of iPhone iOS 4 Object Oriented Programming in Objective-C