Engineering and Technology
This course focuses on the syntax of the Swift programming language. By the end of the course, you'll be able to apply Swift essentials to building iOS apps.
Swift Basics is a course on Udacity that introduces you to the types and operators in Swift. You will learn how to define variables and constants, and practice your skills with exercises in Swift playgrounds. The course also covers optional types, teaching you how to declare and unwrap optionals using both optional binding and optional chaining. You will learn about Swift Collection Types such as dictionaries, arrays, and sets, and perform basic operations on them. Control flow concepts like loops, if statements, and switches are also covered, along with how to write and call functions in Swift. The course delves into classes, properties, and methods, teaching you how to build custom classes and use type properties and computed properties. You will also learn about enums and structs, and when to use them. Protocols and extensions are covered, showing you how they can help keep your code DRY. The course concludes with a lesson on closure expressions, where you will practice using closures in various scenarios.
by Udacity
This course focuses on the syntax of the Swift programming language. By the end of the course, you'l...
by Udacity
Get a quick practical introduction to Swift programming basics and build your first iOS app!
by Udacity
Learn Swift, Apple's programming language for building iOS applications. Start with the basics and w...
by Udacity
Master the Swift programming language, and create a portfolio of iOS apps for iPhone and iPad to sho...
by Udacity
Learn the distinguishing language features of Objective-C. Practice Objective-C syntax by writing cl...
by Udacity
Learn how to prevent background operations from interfering with an app's UI by implementing Apple's...
by Udacity
Review and practice the skills technical interviewers expect you to know and learn how to explain yo...
by Udacity
In this course, built in collaboration with IBM and Hashicorp, you'll learn how to use Swift as a se...
by Udacity
Take the first step in becoming an iOS Developer by learning about Swift and writing your first app.
by Udacity
Learn the most efficient methods for gathering raw “dirty” data and cleaning it up for analysis usin...