• Post category:StudyBullet-3
  • Reading time:4 mins read


Learn the basics of Swift so you can get started immediately with iOS development!

What you will learn

The basics of the Swift language.

How the Swift language works.

The basic syntax of Swift.

How to start using Swift immediately.

Description

Who is this course for?

This course is for anyone that wants to learn Swift really quickly, so that they can get started with iOS development immediately. It is expected that you have at least some idea on how programming languages work, but even if you don’t, you can still follow this course and learn a lot!

How much does it cost?

This course is completely free for anyone to learn from.


Get Instant Notification of New Courses on our Telegram channel.


What is Swift? (Source:Β Wikipedia)

Swift is a general-purpose, multi-paradigm, compiled programming language developed by Apple Inc. and the open-source community. First released in 2014, Swift was developed as a replacement for Apple’s earlier programming language Objective-C, as Objective-C had been largely unchanged since the early 1980s and lacked modern language features. Swift works with Apple’s Cocoa and Cocoa Touch frameworks, and a key aspect of Swift’s design was the ability to interoperate with the huge body of existing Objective-C code developed for Apple products over the previous decades. It is built with the open source LLVM compiler framework and has been included in Xcode since version 6, released in 2014. On Apple platforms, it uses the Objective-C runtime library, which allows C, Objective-C, C++ and Swift code to run within one program.

English
language

Content

Basics
Getting Started
Basics
Optionals
Operators
If..Else, Switch, & Ternary Operator
For, While, Break, & Continue
Array Basics
Sets, Dictionaries, & Tuples
Type Casting
Functions Basics
Guard
Range
Closures
OOP
Classes & Objects
Inititializers & Self
Enums
Swift