Difference between revisions of "IPhone iOS 5 Development Essentials"
From Techotopia
Line 64: | Line 64: | ||
#* [[Testing iOS 5 Apps on the iPhone – Developer Certificates and Provisioning Profiles|Installing an App onto a Device]]<br><br> | #* [[Testing iOS 5 Apps on the iPhone – Developer Certificates and Provisioning Profiles|Installing an App onto a Device]]<br><br> | ||
# [[Using Xcode Storyboarding (iPhone iOS 5)]] | # [[Using Xcode Storyboarding (iPhone iOS 5)]] | ||
+ | #* [[Using Xcode Storyboarding (iPhone iOS 5)|An Overview of Xcode Storyboarding]] | ||
+ | #* [[Using Xcode Storyboarding (iPhone iOS 5)|Creating the Storyboard Example Project]] | ||
+ | #* [[Using Xcode Storyboarding (iPhone iOS 5)|Accessing the Storyboard]] | ||
+ | #* [[Using Xcode Storyboarding (iPhone iOS 5)|Adding Scenes to the Storyboard]] | ||
+ | #* [[Using Xcode Storyboarding (iPhone iOS 5)|Configuring Storyboard Segues]] | ||
+ | #* [[Using Xcode Storyboarding (iPhone iOS 5)|Configuring Storyboard Transitions]] | ||
+ | #* [[Using Xcode Storyboarding (iPhone iOS 5)|Associating a View Controller with a Scene]] | ||
+ | #* [[Using Xcode Storyboarding (iPhone iOS 5)|Triggering a Storyboard Segue Programmatically]] | ||
+ | #* [[Using Xcode Storyboarding (iPhone iOS 5)|Performing Tasks before a Segue]]<br><br> | ||
+ | # [[Implementing a Page based iOS 5 iPhone Application using UIPageViewController]] |
Revision as of 14:06, 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