Difference between revisions of "IPhone iOS 4 Development Essentials"

From Techotopia
Jump to: navigation, search
Line 160: Line 160:
 
#* [[Creating a Simple iOS 4 iPhone Table View Application|Adding Table View Images and Changing Cell Styles]]<br><br>
 
#* [[Creating a Simple iOS 4 iPhone Table View Application|Adding Table View Images and Changing Cell Styles]]<br><br>
 
# [[Creating a Navigation based iOS 4 iPhone Application using TableViews]]
 
# [[Creating a Navigation based iOS 4 iPhone Application using TableViews]]
 +
#* [[Creating a Navigation based iOS 4 iPhone Application using TableViews|Understanding the Navigation Controller]]
 +
#* [[Creating a Navigation based iOS 4 iPhone Application using TableViews|An Overview of the Example]]
 +
#* [[Creating a Navigation based iOS 4 iPhone Application using TableViews|Setting up the Project]]
 +
#* [[Creating a Navigation based iOS 4 iPhone Application using TableViews|Reviewing the Project Files]]
 +
#* [[Creating a Navigation based iOS 4 iPhone Application using TableViews|Setting up the Data in the Root View Controller]]
 +
#* [[Creating a Navigation based iOS 4 iPhone Application using TableViews|Writing Code to Display the Data in the Table View]]
 +
#* [[Creating a Navigation based iOS 4 iPhone Application using TableViews|Creating the Second View Controller]]
 +
#* [[Creating a Navigation based iOS 4 iPhone Application using TableViews|Connecting the Second View Controller to the Root View Controller]]
 +
#* [[Creating a Navigation based iOS 4 iPhone Application using TableViews|Creating the NIB File for the Second Table View]]
 +
#* [[Creating a Navigation based iOS 4 iPhone Application using TableViews|Implementing the Functionality of the Second View Controller]]
 +
#* [[Creating a Navigation based iOS 4 iPhone Application using TableViews|Popping the View Controller off the Navigation Controller Stack]]
 +
#* [[Creating a Navigation based iOS 4 iPhone Application using TableViews|Adding the Navigation Code]]<br><br>

Revision as of 20:20, 13 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
  13. An Overview of the iPhone iOS 4 Application Development Architecture
  14. Creating an Interactive iOS 4 iPhone App
  15. Writing iOS 4 Code to Hide the iPhone Keyboard
  16. Understanding iPhone iOS 4 Views, Windows and the View Hierarchy
  17. iOS 4 iPhone Rotation, View Resizing and Layout Handling
  18. Creating an iOS 4 iPhone Multiview Application using the Tab Bar
  19. Creating a Simple iOS 4 iPhone Table View Application
  20. Creating a Navigation based iOS 4 iPhone Application using TableViews