8
Swift Overview Video: http://youtu.be/d_71KkLs9Z g

Swift Overview - How to get started

Embed Size (px)

DESCRIPTION

video: http://youtu.be/d_71KkLs9Zg This is a video gives a short overview of the latest computer programming language created by Apple - Swift. You can use swift to make apps for IOS and MAC. We will also show you how to download the Xcode 6 Beta; how to create a Swift project; how to use Playground and what are the resources out there for you to learn.

Citation preview

Page 1: Swift Overview - How to get started

Swift OverviewVideo: http://youtu.be/d_71KkLs9Zg

Page 2: Swift Overview - How to get started

What is it for?Mobile and Desktop

Page 3: Swift Overview - How to get started

How to get it?Xcode6-Beta

Page 4: Swift Overview - How to get started

How to learn?iBook

Page 5: Swift Overview - How to get started

InterestingUnicode characters for Variables

Page 6: Swift Overview - How to get started

Difference

1. No “;”2. No break in switch case3. Not always need ()

Page 7: Swift Overview - How to get started

Playground

Page 8: Swift Overview - How to get started

Benefits

1. Easier for developers2. Easier to find developers