Difference between revisions of "IPad iOS 4 App development Essentials - Xcode 4 Edition"

From Techotopia
Jump to: navigation, search
Line 118: Line 118:
 
#* [[Creating an iOS 4 iPad Multiview Application using the Tab Bar (Xcode 4)|Testing the Multiview Application]]<br><br>
 
#* [[Creating an iOS 4 iPad Multiview Application using the Tab Bar (Xcode 4)|Testing the Multiview Application]]<br><br>
 
# [[Identifying iPad Gestures using iOS 4 Gesture Recognizers (Xcode 4)]]
 
# [[Identifying iPad Gestures using iOS 4 Gesture Recognizers (Xcode 4)]]
 +
#* [[Identifying iPad Gestures using iOS 4 Gesture Recognizers (Xcode 4)|The UIGestureRecognizer Class]]
 +
#* [[Identifying iPad Gestures using iOS 4 Gesture Recognizers (Xcode 4)|Recognizer Action Messages]]
 +
#* [[Identifying iPad Gestures using iOS 4 Gesture Recognizers (Xcode 4)|Discrete and Continuous Gestures]]
 +
#* [[Identifying iPad Gestures using iOS 4 Gesture Recognizers (Xcode 4)|Obtaining Data from an iPad Gesture]]
 +
#* [[Identifying iPad Gestures using iOS 4 Gesture Recognizers (Xcode 4)|Recognizing Tap Gestures]]
 +
#* [[Identifying iPad Gestures using iOS 4 Gesture Recognizers (Xcode 4)|Recognizing Pinch Gestures]]
 +
#* [[Identifying iPad Gestures using iOS 4 Gesture Recognizers (Xcode 4)|Detecting Rotation Gestures]]
 +
#* [[Identifying iPad Gestures using iOS 4 Gesture Recognizers (Xcode 4)|Recognizing Pan and Dragging Gestures]]
 +
#* [[Identifying iPad Gestures using iOS 4 Gesture Recognizers (Xcode 4)|Recognizing Swipe Gestures]]
 +
#* [[Identifying iPad Gestures using iOS 4 Gesture Recognizers (Xcode 4)|Recognizing Long Touch (Touch and Hold) Gestures]]<br><br>

Revision as of 20:09, 14 April 2011

This eBook is currently under development and is scheduled for completion in June 2011. New chapters are added regularly be so please check back for updates.

  1. Introduction

  2. The Anatomy of an iPad 2
  3. iOS 4 Architecture and SDK Frameworks
  4. Installing Xcode 4 and the iOS 4 SDK (iPad)
  5. Creating a Simple iPad iOS 4 App
  6. An Overview of the iPad iOS 4 Application Development Architecture
  7. Creating an Interactive iOS 4 iPad App (Xcode 4)
  8. Writing iOS 4 Code to Hide the iPad Keyboard
  9. Understanding iPad iOS 4 Views, Windows and the View Hierarchy
  10. iOS 4 iPad Rotation, View Resizing and Layout Handling (Xcode 4)
  11. Creating an iOS 4 iPad Multiview Application using the Tab Bar
  12. Identifying iPad Gestures using iOS 4 Gesture Recognizers (Xcode 4)