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

From Techotopia
Jump to: navigation, search
Line 253: Line 253:
 
#* [[Working with iOS 4 iPad Databases using Core Data (Xcode 4)|Retrieving Managed Objects based on Criteria]]<br><br>
 
#* [[Working with iOS 4 iPad Databases using Core Data (Xcode 4)|Retrieving Managed Objects based on Criteria]]<br><br>
 
# [[An Overview of iOS 4 iPad Multitouch, Taps and Gestures (Xcode 4)|An Overview of iOS 4 iPad Multitouch, Taps and Gestures]]
 
# [[An Overview of iOS 4 iPad Multitouch, Taps and Gestures (Xcode 4)|An Overview of iOS 4 iPad Multitouch, Taps and Gestures]]
 +
#* [[An Overview of iOS 4 iPad Multitouch, Taps and Gestures (Xcode 4)|The Responder Chain]]
 +
#* [[An Overview of iOS 4 iPad Multitouch, Taps and Gestures (Xcode 4)|Forwarding an Event to the Next Responder]]
 +
#* [[An Overview of iOS 4 iPad Multitouch, Taps and Gestures (Xcode 4)|Gestures]]
 +
#* [[An Overview of iOS 4 iPad Multitouch, Taps and Gestures (Xcode 4)|Taps]]
 +
#* [[An Overview of iOS 4 iPad Multitouch, Taps and Gestures (Xcode 4)|Touches]]
 +
#* [[An Overview of iOS 4 iPad Multitouch, Taps and Gestures (Xcode 4)|Touch Notification Methods]]
 +
#* [[An Overview of iOS 4 iPad Multitouch, Taps and Gestures (Xcode 4)|touchesBegan method]]
 +
#* [[An Overview of iOS 4 iPad Multitouch, Taps and Gestures (Xcode 4)|touchesMoved method]]
 +
#* [[An Overview of iOS 4 iPad Multitouch, Taps and Gestures (Xcode 4)|touchesEnded method]]
 +
#* [[An Overview of iOS 4 iPad Multitouch, Taps and Gestures (Xcode 4)|touchesCancelled method[[<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 19:40, 4 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.

  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. Identifying iPad Gestures using iOS 4 Gesture Recognizers
  26. An iPad iOS 4 Gesture Recognition Tutorial
  27. Basic iPad Animation using Core Animation
  28. Drawing iOS 4 iPad 2D Graphics with Quartz
  29. An iOS 4 iPad Graphics Drawing Tutorial using Quartz 2D
  30. An iPad Core Animation Tutorial
  31. Integrating iAds into an iOS 4 iPad App
  32. An Overview of iOS 4 iPad Multitasking
  33. Scheduling iOS 4 iPad Local Notifications
  34. Getting iPad Location Information using the iOS 4 Core Location Framework
  35. An Example iOS 4 iPad Location Application
  36. Working with Maps on the iPad with MapKit and the MKMapView Class
  37. Video Playback from within an iOS 4 iPad Application
  38. Playing Audio on an iPad using AVAudioPlayer