Udacity Logo
Log InJoin for Free
Free

Swift for Developers

Course

This course offers a quick practical introduction to Swift basics, including types, variables, constants, and functions. It combines syntax exercises with hands-on iOS development in Xcode.

This course offers a quick practical introduction to Swift basics, including types, variables, constants, and functions. It combines syntax exercises with hands-on iOS development in Xcode.

Last Updated June 9, 2023

Prerequisites:

No experience required

Course Lessons

Lesson 1

Swift Basics: Types, Variables, and Constants

Write your first lines of Swift code. Learn about types, variables, and constants and practice using them.

Lesson 2

Functions

Learn how to define and call functions in Swift and practice writing and calling your own functions.

Lesson 3

Silly Song Prep: Customize the Lyrics

Get started on the logic for your first iOS app, Silly Song. In this lesson you will write the logic for customizing the lyrics that your app will eventually display.