Difference between revisions of "IPhone iOS 5 Development Essentials"

From Techotopia
Jump to: navigation, search
Line 109: Line 109:
 
#* [[Managing iPhone Files using the iOS 5 UIDocument Class|Saving Content to the Document]]
 
#* [[Managing iPhone Files using the iOS 5 UIDocument Class|Saving Content to the Document]]
 
#* [[Managing iPhone Files using the iOS 5 UIDocument Class|Testing the Application]]<br><br>
 
#* [[Managing iPhone Files using the iOS 5 UIDocument Class|Testing the Application]]<br><br>
 +
# [[Using iCloud Storage in an iOS 5 iPhone Application]]
 +
#* [[Using iCloud Storage in an iOS 5 iPhone Application|iCloud Usage Guidelines]]
 +
#* [[Using iCloud Storage in an iOS 5 iPhone Application|Preparing the iCloudStore Application for iCloud Access]]
 +
#* [[Using iCloud Storage in an iOS 5 iPhone Application|Configuring the View Controller]]
 +
#* [[Using iCloud Storage in an iOS 5 iPhone Application|Declaring the UBUIQUITY_CONTAINER_URL Constant]]
 +
#* [[Using iCloud Storage in an iOS 5 iPhone Application|Implementing the viewDidLoad Method]]
 +
#* [[Using iCloud Storage in an iOS 5 iPhone Application|Implementing the metadataQueryDidFinishGathering: Method]]
 +
#* [[Using iCloud Storage in an iOS 5 iPhone Application|Implementing the saveDocument Method]]
 +
#* [[Using iCloud Storage in an iOS 5 iPhone Application|Enabling iCloud Document and Data Storage on an iPhone]]
 +
#* [[Using iCloud Storage in an iOS 5 iPhone Application|Running the iCloud Application]]
 +
#* [[Using iCloud Storage in an iOS 5 iPhone Application|Reviewing and Deleting iCloud Based Documents]]
 +
#* [[Using iCloud Storage in an iOS 5 iPhone Application|Making a Local File Ubiquitous]]<br><br>

Revision as of 14:32, 26 October 2011

Table of ContentsNext
Preface

<google>BUY_IOS5</google>

Table of Contents

  1. Preface

  2. About iPhone iOS 5 Development Essentials
  3. The Anatomy of an iPhone 4S
  4. iPhone iOS 5 Architecture and SDK Frameworks
  5. Joining the Apple iOS Developer Program
  6. Installing Xcode 4 and the iOS 5 SDK
  7. Creating a Simple iPhone iOS 5 App
  8. Testing iOS 5 Apps on the iPhone – Developer Certificates and Provisioning Profiles
  9. Using Xcode Storyboarding (iPhone iOS 5)
  10. Implementing a Page based iOS 5 iPhone Application using UIPageViewController
  11. An Example iOS 5 iPhone UIPageViewController Application
  12. Preparing an iOS 5 iPhone App to use iCloud Storage
  13. Managing iPhone Files using the iOS 5 UIDocument Class
  14. Using iCloud Storage in an iOS 5 iPhone Application