Introduction
  • Download Xcode
  • Learn swift code online
  • Download all course material
Swift Basics
  • What you will learn
  • var - variables
  • Real examples where using variables
  • let - constant
  • data types
  • What is a data type?
  • There a thousand of data types
  • Type Inference
  • comments
  • tipps
  • Summary
Exercise Swift Basics
  • Exercise 1
  • Solution 1
  • Exercise 2
  • Solution 2
  • Exercise 3
  • Solution 3
Function - func
  • What is a function
  • Construction of a function
  • Real examples of using a function - 1
  • Real examples of using a function - 2
  • Why use a function? - DRY Notation
  • for loop
  • a function with parameter
  • function, function with parameter and function with return
  • Task: Create some functions
  • Solution
  • Why use return?
  • Summary
Exercise Function - func
  • Exercise 1
  • Solution 1
  • Exercise 2
  • Solution 2
  • Exercise 3
  • Solution 3
Your first App
  • What you're going to build
  • Create User Interface
  • Create Outlets
  • Create Actions
  • Task
  • Solution
If else
  • What is if else
  • if else construct
  • && Operator
  • Examples when use if else
  • Why use if else
  • Summary
Exercise - if else
  • Exercise 1
  • Solution 1
  • Exercise 2
  • Solution 2
  • Exercise 3
  • Solution 3
  • Expertise 4
  • Solution 4
You want more?
  • You want more from Swift?