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

From Techotopia
Jump to: navigation, search
Line 140: Line 140:
 
#* [[Working with Directories on the iPad with iOS 4 (Xcode 4)|Listing the Contents of a Directory]]
 
#* [[Working with Directories on the iPad with iOS 4 (Xcode 4)|Listing the Contents of a Directory]]
 
#* [[Working with Directories on the iPad with iOS 4 (Xcode 4)|Getting the Attributes of a File or Directory]]<br><br>
 
#* [[Working with Directories on the iPad with iOS 4 (Xcode 4)|Getting the Attributes of a File or Directory]]<br><br>
# [[Working with Files on the iPad with iOS 4]]
+
# [[Working with Files on the iPad with iOS 4 (Xcode 4)|Working with Files on the iPad with iOS 4]]
 +
#* [[Working with Files on the iPad with iOS 4 (Xcode 4)|Creating an NSFileManager Instance]]
 +
#* [[Working with Files on the iPad with iOS 4 (Xcode 4)|Checking if a File Exists]]
 +
#* [[Working with Files on the iPad with iOS 4 (Xcode 4)|Comparing the Contents of Two Files]]
 +
#* [[Working with Files on the iPad with iOS 4 (Xcode 4)|Checking if a File is Readable/Writable/Executable/Deletable]]
 +
#* [[Working with Files on the iPad with iOS 4 (Xcode 4)|Moving/Renaming a File]]
 +
#* [[Working with Files on the iPad with iOS 4 (Xcode 4)|Copying a File]]
 +
#* [[Working with Files on the iPad with iOS 4 (Xcode 4)|Removing a File]]
 +
#* [[Working with Files on the iPad with iOS 4 (Xcode 4)|Creating a Symbolic Link]]
 +
#* [[Working with Files on the iPad with iOS 4 (Xcode 4)|Reading and Writing Files with NSFileManager]]
 +
#* [[Working with Files on the iPad with iOS 4 (Xcode 4)|NSFileHandle File Offsets and Seeking]]
 +
#* [[Working with Files on the iPad with iOS 4 (Xcode 4)|Reading Data from a File]]
 +
#* [[Working with Files on the iPad with iOS 4 (Xcode 4)|Writing Data to a File]]
 +
#* [[Working with Files on the iPad with iOS 4 (Xcode 4)|Truncating a File]]<br><br>
 +
# [[iPad iOS 4 SDK Directory Handling and File I/O – A Worked Example (Xcode 4)]]
 
# [[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)|The UIGestureRecognizer Class]]

Revision as of 12:57, 20 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. An iOS 4 iPad Multiple Component UIPickerView Example (Xcode 4)
  13. Working with Directories on the iPad with iOS 4
  14. Working with Files on the iPad with iOS 4
  15. iPad iOS 4 SDK Directory Handling and File I/O – A Worked Example (Xcode 4)
  16. Identifying iPad Gestures using iOS 4 Gesture Recognizers (Xcode 4)
  17. An iPad iOS 4 Gesture Recognition Tutorial
  18. Basic iPad Animation using Core Animation (Xcode 4)
  19. An iPad Core Animation Tutorial
  20. Integrating iAds into an iOS 4 iPad App (Xcode 4)