Intro

This section will serve as a guide to the Swift Programming Language. You will learn and practice with multiple examples, from simple to complex, in the playground environment to get started with the Apple Swift Language. This first chapter will give you enough information to start writing interactive programmes in Swift.

Topics covered:

  • Variables & Constants
  • Data Types
  • Operators
  • Arrays & Dictionnaries
  • Control Flow with IF/ELSE, Loops and Switch Case

After understanding the syntax and how to deal with the coding-conventions, you will be building your first iOS App Swift : Quote of the Day App

Complete and Continue