Difference between revisions of "IPhone iOS 5 Development Essentials"
From Techotopia
Line 80: | Line 80: | ||
#* [[Implementing a Page based iOS 5 iPhone Application using UIPageViewController|The UIPageViewController Delegate Protocol]]<br><br> | #* [[Implementing a Page based iOS 5 iPhone Application using UIPageViewController|The UIPageViewController Delegate Protocol]]<br><br> | ||
# [[An Example iOS 5 iPhone UIPageViewController Application]] | # [[An Example iOS 5 iPhone UIPageViewController Application]] | ||
+ | #* [[An Example iOS 5 iPhone UIPageViewController Application|The Xcode Page-based Application Template]] | ||
+ | #* [[An Example iOS 5 iPhone UIPageViewController Application|Creating the Project]] | ||
+ | #* [[An Example iOS 5 iPhone UIPageViewController Application|Adding the Content View Controller]] | ||
+ | #* [[An Example iOS 5 iPhone UIPageViewController Application|Creating Data Model]] | ||
+ | #* [[An Example iOS 5 iPhone UIPageViewController Application|Initializing the UIPageViewController]] | ||
+ | #* [[An Example iOS 5 iPhone UIPageViewController Application|Running the UIPageVIewController Application]]<br><br> | ||
+ | # [[Preparing an iOS 5 iPhone App to use iCloud Storage]] |
Revision as of 19:52, 25 October 2011
Table of Contents | Next | |
Preface |
<google>BUY_IOS5</google>
Table of Contents
- Preface
- About iPhone iOS 5 Development Essentials
- The Anatomy of an iPhone 4S
- iPhone iOS 5 Architecture and SDK Frameworks
- Joining the Apple iOS Developer Program
- Installing Xcode 4 and the iOS 5 SDK
- Creating a Simple iPhone iOS 5 App
- Testing iOS 5 Apps on the iPhone – Developer Certificates and Provisioning Profiles
- Creating an iOS Development Certificate Signing Request
- Submitting the iOS Development Certificate Signing Request
- Installing an iOS Development Certificate
- Assigning Devices
- Creating an App ID
- Creating an iOS Development Provisioning Profile
- Enabling an iPhone Device for Development
- Associating an App ID with an App
- iOS and SDK Version Compatibility
- Installing an App onto a Device
- Using Xcode Storyboarding (iPhone iOS 5)
- An Overview of Xcode Storyboarding
- Creating the Storyboard Example Project
- Accessing the Storyboard
- Adding Scenes to the Storyboard
- Configuring Storyboard Segues
- Configuring Storyboard Transitions
- Associating a View Controller with a Scene
- Triggering a Storyboard Segue Programmatically
- Performing Tasks before a Segue
- Implementing a Page based iOS 5 iPhone Application using UIPageViewController
- An Example iOS 5 iPhone UIPageViewController Application
- Preparing an iOS 5 iPhone App to use iCloud Storage