Difference between revisions of "IOS 9 App Development Essentials"
From Techotopia
Line 30: | Line 30: | ||
#* [[A Guided Tour of Xcode 7|An Exploded View of the User Interface Layout Hierarchy]]<br><br> | #* [[A Guided Tour of Xcode 7|An Exploded View of the User Interface Layout Hierarchy]]<br><br> | ||
# [[An Introduction to Xcode 7 Playgrounds]] | # [[An Introduction to Xcode 7 Playgrounds]] | ||
+ | #* [[An Introduction to Xcode 7 Playground|What is a Playground?]] | ||
+ | #* [[An Introduction to Xcode 7 Playground|Creating a New Playground]] | ||
+ | #* [[An Introduction to Xcode 7 Playground|A Basic Swift Playground Example]] | ||
+ | #* [[An Introduction to Xcode 7 Playground|Viewing Results]] | ||
+ | #* [[An Introduction to Xcode 7 Playground|Enabling the Timeline Slider]] | ||
+ | #* [[An Introduction to Xcode 7 Playground|Adding Rich Text Comments]] | ||
+ | #* [[An Introduction to Xcode 7 Playground|Working with Playground Pages]] | ||
+ | #* [[An Introduction to Xcode 7 Playground|Working with UIKit in Playgrounds]] | ||
+ | #* [[An Introduction to Xcode 7 Playground|Adding Resources to a Playground]] | ||
+ | #* [[An Introduction to Xcode 7 Playground|Working with Enhanced Live Views]] | ||
+ | #* [[An Introduction to Xcode 7 Playground|When to Use Playgrounds]]<br><br> | ||
+ | # [[Swift 2 Data Types, Constants and Variables]] | ||
# [[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 20:03, 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
- What is a Playground?
- Creating a New Playground
- A Basic Swift Playground Example
- Viewing Results
- Enabling the Timeline Slider
- Adding Rich Text Comments
- Working with Playground Pages
- Working with UIKit in Playgrounds
- Adding Resources to a Playground
- Working with Enhanced Live Views
- When to Use Playgrounds
- Swift 2 Data Types, Constants and Variables
- Understanding Error Handling in Swift 2