Video description
Learn the basics of how to program in Swift and say “Hello, World!” This video covers the essential elements of the Swift programming language from variable and class declarations, to strings and characters, collection types, switch statements, and more. By the end of the Swift 4.2 Essentials, you’ll have the ability to create your own basic iPhone and iPad apps and work with all the necessary tools provided by Apple for iOS development.
What You'll Learn
- Gain a working knowledge of the Swift programming language
- Discover all the latest updates from Apple
- Work with control flow for basic functions
Who This Video Is For
A student learning the language or a mobile developer with experience in another language looking to switch to Swift development.
Table of Contents
Swift 4.2 Essentials
00:02:31
Basic Data Types
00:08:13
Introduction
00:08:13
Booleans & Integers
00:09:07
Floating Point and Tuples
00:10:10
Operators
00:10:57
Operators
00:10:57
Strings and Characters
00:12:09
Introduction
00:12:09
String Interpolation, String Indexes, Inserting and Removing Chars, Substrings
00:12:25
Collections
00:07:50
Sets
00:07:50
Arrays
00:09:09
Dictionaries
00:08:08
Control Flow
00:10:47
Loops - For In, If Else, Switch
00:10:47
Loops - While, Continue, Break, Fallthrough, Labels, Return
00:10:40