Difference between revisions of "IPhone iOS 5 Development Essentials"
From Techotopia
Line 74: | Line 74: | ||
#* [[Using Xcode Storyboarding (iPhone iOS 5)|Performing Tasks before a Segue]]<br><br> | #* [[Using Xcode Storyboarding (iPhone iOS 5)|Performing Tasks before a Segue]]<br><br> | ||
# [[Implementing a Page based iOS 5 iPhone Application using UIPageViewController]] | # [[Implementing a Page based iOS 5 iPhone Application using UIPageViewController]] | ||
+ | #* [[Implementing a Page based iOS 5 iPhone Application using UIPageViewController|The UIPageViewController Class]] | ||
+ | #* [[Implementing a Page based iOS 5 iPhone Application using UIPageViewController|The UIPageViewController DataSource]] | ||
+ | #* [[Implementing a Page based iOS 5 iPhone Application using UIPageViewController|Navigation Orientation]] | ||
+ | #* [[Implementing a Page based iOS 5 iPhone Application using UIPageViewController|Spine Location]] | ||
+ | #* [[Implementing a Page based iOS 5 iPhone Application using UIPageViewController|The UIPageViewController Delegate Protocol]]<br><br> | ||
+ | # [[An Example iOS 5 iPhone UIPageViewController Application]] |
Revision as of 19:32, 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