Difference between revisions of "IPhone iOS 4 Development Essentials Xcode 4 Edition"

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

Revision as of 13:30, 30 March 2011

  1. About iPhone iOS 4 App Development Essentials - Xcode 4 Edition

  2. The Anatomy of an iPhone 4
  3. iOS 4 Architecture and SDK Frameworks
  4. Installing Xcode 4 and the iOS 4 SDK
  5. Creating a Simple iOS 4 iPhone App (Xcode 4)
  6. Testing iOS 4 Apps on the iPhone – Developer Certificates and Provisioning Profiles
  7. An Overview of the iPhone iOS 4 Application Development Architecture
  8. Creating an Interactive iOS 4 iPhone App
  9. Writing iOS 4 Code to Hide the iPhone Keyboard
  10. Understanding iPhone iOS 4 Views, Windows and the View Hierarchy
  11. iOS 4 iPhone Rotation, View Resizing and Layout Handling
  12. Creating an iOS 4 iPhone Multiview Application using the Tab Bar
  13. Creating a Simple iOS 4 iPhone Table View Application (Xcode 4)
  14. Creating a Navigation based iOS 4 iPhone Application using TableViews
  15. Using the UIPickerView and UIDatePicker Components in iOS 4 iPhone Applications
  16. An iOS 4 iPhone UIPickerView Example
  17. Working with Directories on iOS 4
  18. Working with Files on iOS 4 (Xcode 4)
  19. iOS 4 iPhone Directory Handling and File I/O – A Worked Example (Xcode 4)