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

From Techotopia
Jump to: navigation, search
Line 276: Line 276:
 
#* [[An Example iOS 4 iPad Touch, Multitouch and Tap Application (Xcode 4)|Getting the Coordinates of a Touch]]
 
#* [[An Example iOS 4 iPad Touch, Multitouch and Tap Application (Xcode 4)|Getting the Coordinates of a Touch]]
 
#* [[An Example iOS 4 iPad Touch, Multitouch and Tap Application (Xcode 4)|Building and Running the Touch Example Application]]<br><br>
 
#* [[An Example iOS 4 iPad Touch, Multitouch and Tap Application (Xcode 4)|Building and Running the Touch Example Application]]<br><br>
# [[Detecting iOS 4 iPad Touch Screen Gesture Motions (Xcode 4)|Detecting iOS 4 iPad Touch Screen Gesture Motions]]
+
#* [[Detecting iOS 4 iPad Touch Screen Gesture Motions (Xcode 4)|Detecting iOS 4 iPad Touch Screen Gesture Motions]]
 +
#* [[Detecting iOS 4 iPad Touch Screen Gesture Motions (Xcode 4)|The Example iOS 4 iPad Gesture Application]]
 +
#* [[Detecting iOS 4 iPad Touch Screen Gesture Motions (Xcode 4)|Creating the Example Project]]
 +
#* [[Detecting iOS 4 iPad Touch Screen Gesture Motions (Xcode 4)|Creating Outlets]]
 +
#* [[Detecting iOS 4 iPad Touch Screen Gesture Motions (Xcode 4)|Designing the Application User Interface]]
 +
#* [[Detecting iOS 4 iPad Touch Screen Gesture Motions (Xcode 4)|Implementing the touchesBegan Method]]
 +
#* [[Detecting iOS 4 iPad Touch Screen Gesture Motions (Xcode 4)|Implementing the touchesMoved Method]]
 +
#* [[Detecting iOS 4 iPad Touch Screen Gesture Motions (Xcode 4)|Implementing the touchesEnded Method]]
 +
#* [[Detecting iOS 4 iPad Touch Screen Gesture Motions (Xcode 4)|Building and Running Gesture Example]]<br><br>
 
# [[Identifying iPad Gestures using iOS 4 Gesture Recognizers (Xcode 4)|Identifying iPad Gestures using iOS 4 Gesture Recognizers]]
 
# [[Identifying iPad Gestures using iOS 4 Gesture Recognizers (Xcode 4)|Identifying iPad Gestures using iOS 4 Gesture Recognizers]]
 
#* [[Identifying iPad Gestures using iOS 4 Gesture Recognizers (Xcode 4)|The UIGestureRecognizer Class]]
 
#* [[Identifying iPad Gestures using iOS 4 Gesture Recognizers (Xcode 4)|The UIGestureRecognizer Class]]

Revision as of 14:08, 5 May 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.

Table of Contents

  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. Testing iOS 4 Apps on the iPad – Developer Certificates and Provisioning Profiles
  7. An Overview of the iPad iOS 4 Application Development Architecture
  8. Creating an Interactive iOS 4 iPad App (Xcode 4)
  9. Writing iOS 4 Code to Hide the iPad Keyboard
  10. Understanding iPad iOS 4 Views, Windows and the View Hierarchy
  11. iOS 4 iPad Rotation, View Resizing and Layout Handling (Xcode 4)
  12. Creating an iOS 4 iPad Multiview Application using the Tab Bar
  13. Creating a Simple iOS 4 iPad Table View Application
  14. Creating a Navigation based iOS 4 iPad Application using TableViews
  15. An iPad iOS 4 Split View and Popover Example
  16. An iOS 4 iPad Multiple Component UIPickerView Example (Xcode 4)
  17. Working with Directories on the iPad with iOS 4
  18. Working with Files on the iPad with iOS 4
  19. iPad iOS 4 SDK Directory Handling and File I/O – A Worked Example
  20. Data Persistence on the iPad using Archiving with iOS 4
  21. iOS 4 iPad Database Implementation using SQLite
  22. An Example SQLite based iOS 4 iPad Application
  23. Working with iOS 4 iPad Databases using Core Data
  24. An Overview of iOS 4 iPad Multitouch, Taps and Gestures
  25. An Example iOS 4 iPad Touch, Multitouch and Tap Application
  26. Identifying iPad Gestures using iOS 4 Gesture Recognizers
  27. An iPad iOS 4 Gesture Recognition Tutorial
  28. Basic iPad Animation using Core Animation
  29. Drawing iOS 4 iPad 2D Graphics with Quartz
  30. An iOS 4 iPad Graphics Drawing Tutorial using Quartz 2D
  31. An iPad Core Animation Tutorial
  32. Integrating iAds into an iOS 4 iPad App
  33. An Overview of iOS 4 iPad Multitasking
  34. Scheduling iOS 4 iPad Local Notifications
  35. Getting iPad Location Information using the iOS 4 Core Location Framework
  36. An Example iOS 4 iPad Location Application
  37. Working with Maps on the iPad with MapKit and the MKMapView Class
  38. Video Playback from within an iOS 4 iPad Application
  39. Playing Audio on an iPad using AVAudioPlayer