Realdolmen Education

Details

Beginning Swift 3 Development

This course is currently not scheduled on the open calendar, but can be organized on request.

Request Course

Duration

2 day(s)

Audience

Developer interested in progamming in Swift

Prerequisites

Basic knowledge of object oriented programming

Objectives

Learning the basics of Swift

Methods

Classroom training with hands-on exercises

Description

Beginning Swift 3 Development is a two-day training course to get you up to speed with Swift 3 and Xcode 8.

The first day starts off with an overview of Xcode 8 and Swift 3. You will learn how a Swift program starts out and how the basic syntax and formatting of the Swift language works. We will also cover a range of ideas including constant variable usage, running code based on conditions, looping a piece of code, collections and much more.

The second day goes more in-depth covering topics including: functions, enumerators, structures and classes. We’ll also take a look at Playground, a great feature of Xcode 8 that makes experimenting with Swift fun and extremely interactive.

If you already have knowledge of Swift, you can check out our iOS App Development course.

This course is completely up to date with Swift 3.

Contents

  • Overview of Swift
  • Constants and Variables
  • Mathematical Operators
  • Branching
  • Strings
  • Optionals
  • Collections
  • Loops
  • Functions
  • Scope
  • Guard
  • Closures
  • Enumerations
  • Structures
  • Classes
  • ARC
  • Playgrounds