Difference between revisions of "IPhone iOS 4 Development Essentials"

From Techotopia
Jump to: navigation, search
Line 68: Line 68:
 
#* [[Installing Xcode and the iOS 4 SDK|Starting Xcode]]<br><br>
 
#* [[Installing Xcode and the iOS 4 SDK|Starting Xcode]]<br><br>
 
# [[Creating a Simple iPhone iOS 4 App]]
 
# [[Creating a Simple iPhone iOS 4 App]]
 +
#* [[Creating a Simple iPhone iOS 4 App|Starting Xcode]]
 +
#* [[Creating a Simple iPhone iOS 4 App|Creating the iOS App User Interface]]
 +
#* [[Creating a Simple iPhone iOS 4 App|Changing Component Properties]]
 +
#* [[Creating a Simple iPhone iOS 4 App|Adding Objects to the User Interface]]
 +
#* [[Creating a Simple iPhone iOS 4 App|Building and Running an iOS App in Xcode]]
 +
#* [[Creating a Simple iPhone iOS 4 App|Dealing with Build Errors]]<br><br>

Revision as of 20:08, 6 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