Difference between revisions of "IOS 9 App Development Essentials"
From Techotopia
Line 19: | Line 19: | ||
#* [[Installing Xcode 7 and the iOS 9 SDK|Developer and Distribution Signing Identities]]<br><br> | #* [[Installing Xcode 7 and the iOS 9 SDK|Developer and Distribution Signing Identities]]<br><br> | ||
# [[A Guided Tour of Xcode 7]] | # [[A Guided Tour of Xcode 7]] | ||
+ | #* [[A Guided Tour of Xcode 7|Starting Xcode 7]] | ||
+ | #* [[A Guided Tour of Xcode 7|Creating the iOS App User Interface]] | ||
+ | #* [[A Guided Tour of Xcode 7|Changing Component Properties]] | ||
+ | #* [[A Guided Tour of Xcode 7|Adding Objects to the User Interface]] | ||
+ | #* [[A Guided Tour of Xcode 7|Building and Running an iOS 9 App in Xcode 7]] | ||
+ | #* [[A Guided Tour of Xcode 7|Running the App on a Physical iOS Device]] | ||
+ | #* [[A Guided Tour of Xcode 7|Managing Devices and Simulators]] | ||
+ | #* [[A Guided Tour of Xcode 7|Dealing with Build Errors]] | ||
+ | #* [[A Guided Tour of Xcode 7|Monitoring Application Performance]] | ||
+ | #* [[A Guided Tour of Xcode 7|An Exploded View of the User Interface Layout Hierarchy]]<br><br> | ||
+ | # [[An Introduction to Xcode 7 Playgrounds]] | ||
# [[Understanding Error Handling in Swift 2]] | # [[Understanding Error Handling in Swift 2]] | ||
#* [[Understanding Error Handling in Swift 2|Understanding Error Handling]] | #* [[Understanding Error Handling in Swift 2|Understanding Error Handling]] |
Revision as of 15:48, 14 December 2015
Table of Contents
- Start Here
- Joining the Apple Developer Program
- Installing Xcode 7 and the iOS 9 SDK
- A Guided Tour of Xcode 7
- Starting Xcode 7
- Creating the iOS App User Interface
- Changing Component Properties
- Adding Objects to the User Interface
- Building and Running an iOS 9 App in Xcode 7
- Running the App on a Physical iOS Device
- Managing Devices and Simulators
- Dealing with Build Errors
- Monitoring Application Performance
- An Exploded View of the User Interface Layout Hierarchy
- An Introduction to Xcode 7 Playgrounds
- Understanding Error Handling in Swift 2