Difference between revisions of "IOS 8 App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 18: Line 18:
 
<tr>
 
<tr>
 
<td>
 
<td>
 +
# [[Installing Xcode 6 and the iOS 8 SDK]]
 
# [[A Guided Tour of Xcode 6]]
 
# [[A Guided Tour of Xcode 6]]
 +
#* [[A Guided Tour of Xcode 6|Starting Xcode 6]]
 +
#* [[A Guided Tour of Xcode 6|Creating the iOS App User Interface]]
 +
#* [[A Guided Tour of Xcode 6|Changing Component Properties]]
 +
#* [[A Guided Tour of Xcode 6|Adding Objects to the User Interface]]
 +
#* [[A Guided Tour of Xcode 6|Building and Running an iOS 8 App in Xcode 6]]
 +
#* [[A Guided Tour of Xcode 6|Dealing with Build Errors]]
 +
#* [[A Guided Tour of Xcode 6|Monitoring Application Performance]]
 +
#* [[A Guided Tour of Xcode 6|An Exploded View of the User Interface Layout Hierarchy]]>br><br>
 
# [[Testing Apps on iOS 8 Devices with Xcode 6]]
 
# [[Testing Apps on iOS 8 Devices with Xcode 6]]
 
#* [[Testing Apps on iOS 8 Devices with Xcode 6|Configuring Xcode with Apple IDs]]
 
#* [[Testing Apps on iOS 8 Devices with Xcode 6|Configuring Xcode with Apple IDs]]

Revision as of 21:59, 3 December 2014

Table of ContentsNext
Start Here

This book is currently under development with new chapters added regularly.



© 2014 Neil Smyth / Payload Media. This eBook is provided for personal use only. Unauthorized use, reproduction and/or distribution strictly prohibited. All rights reserved.

<google>BUY_IOS8</google>

  1. Installing Xcode 6 and the iOS 8 SDK
  2. A Guided Tour of Xcode 6
  3. Testing Apps on iOS 8 Devices with Xcode 6
  4. An Introduction to Swift Playgrounds
  5. Swift Data Types, Constants and Variables
  6. Swift Operators and Expressions
  7. Swift Flow Control
  8. The Swift Switch Statement
  9. An Overview of Swift Functions and Closures
  10. The Basics of Object Oriented Programming in Swift
  11. An Introduction to Swift Inheritance
  12. Working with Array and Dictionary Collections in Swift
  13. The iOS 8 Application and Development Architecture

<google>BUY_IOS8</google>



Table of ContentsNext
Start Here