Introduction to Swift 2 with Xcode 7

Keywords List

and

to

the

In

in

The

7

of

2

6

Summary

• This course teaches the basics of version 2 of the Swift language.

• Swift is a powerful language used to develop applications for iPhone, iPad, and OS X. In this course, you’ll learn about Xcode 7 (Apple’s integrated development environment), and learn to write short programs in Swift, which will prepare you to start learning to develop full applications for Macs and Apple’s mobile devices.

• The course contains over 5 hours of video demos and many source code examples.

• It is divided into six units: Unit 1: Xcode - covers the various parts of the Xcode interface and how to use them Unit 2: Swift types - covers variables and constants and the various basic data types in Swift, along with a full discussion of optionals.

• Unit 3: Collections and control structures - learn about arrays, sets, and dictionaries, which are used to group basic types into collections.

Original Content