Difference between revisions of "IOS 9 App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 152: Line 152:
 
#* [[Understanding Error Handling in Swift 2|Using the defer Statement]]<br><br>
 
#* [[Understanding Error Handling in Swift 2|Using the defer Statement]]<br><br>
 
# [[Creating an Interactive iOS 9 App]]
 
# [[Creating an Interactive iOS 9 App]]
 +
#* [[Creating an Interactive iOS 9 App|Creating the New Project]]
 +
#* [[Creating an Interactive iOS 9 App|Creating the User Interface]]
 +
#* [[Creating an Interactive iOS 9 App|Building and Running the Sample Application]]
 +
#* [[Creating an Interactive iOS 9 App|Adding Actions and Outlets]]
 +
#* [[Creating an Interactive iOS 9 App|Building and Running the Finished Application]]
 +
#* [[Creating an Interactive iOS 9 App|Hiding the Keyboard]]<br><br>
 +
# [[An Introduction to Auto Layout in iOS 9]]
 +
#* [[An Introduction to Auto Layout in iOS 9|An Overview of Auto Layout]]
 +
#* [[An Introduction to Auto Layout in iOS 9|Alignment Rects]]
 +
#* [[An Introduction to Auto Layout in iOS 9|Intrinsic Content Size]]
 +
#* [[An Introduction to Auto Layout in iOS 9|Content Hugging and Compression Resistance Priorities]]
 +
#* [[An Introduction to Auto Layout in iOS 9|Three Ways to Create Constraints]]
 +
#* [[An Introduction to Auto Layout in iOS 9|Constraints in more Detail]]<br><br>
 +
# [[Working with iOS 9 Auto Layout Constraints in Interface Builder]]

Revision as of 19:25, 15 December 2015

Table of Contents

  1. Start Here
  2. Joining the Apple Developer Program
  3. Installing Xcode 7 and the iOS 9 SDK
  4. A Guided Tour of Xcode 7
  5. An Introduction to Xcode 7 Playgrounds
  6. Swift 2 Data Types, Constants and Variables
  7. Swift 2 Operators and Expressions
  8. Swift 2 Flow Control
  9. The Swift 2 Switch Statement
  10. An Overview of Swift 2 Functions
  11. The Basics of Object Oriented Programming in Swift 2
  12. An Introduction to Swift Subclassing and Extensions
  13. Working with Array and Dictionary Collections in Swift 2
  14. Understanding Error Handling in Swift 2
  15. Creating an Interactive iOS 9 App
  16. An Introduction to Auto Layout in iOS 9
  17. Working with iOS 9 Auto Layout Constraints in Interface Builder