你将学到什么
how to install Xcode and other Swift tools to properly set up your development environment
how to program using Swift including strings, variables, constants and program logic
how to use data constructs and create reusable code segments
how to build common architectures for Swift and iOS development
课程概况
Welcome to Introduction to Programming in Swift 5.
In this course we will introduce you to the absolute basics of the Swift programming language. Whether you are a brand new programmer or have experience with other programming languages this course is for you.
Some of the things you will learn in this course are:
• An Introduction to Swift 5 programming concepts
• Installing the necessary tools
• Working with data such as Integers and Strings
• Creating reusable code with functions
• Working with data constructs such as arrays and dictionaries
• Object-oriented programming
• Model View Controller
By the end of this course you will know how to build simple programs with the Swift programming language and you will be ready to learn iOS mobile development.
课程大纲
Installation, Setup & Your First Code
Variables, Strings and Numbers
Conditional Logic, Arrays and Loops
Dictionaries, Functions and Optionals
Architecture & Object-Oriented Programming in Swift