Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
This course is as a foundation in Swift core syntax, best practices, working with data, and more.
At the core of developing for any Apple platform iOS, macOS, tvOS, or watchOS - is a thorough knowledge of Swift. In this course, Swift Fundamentals, you will learn to be comfortable and competent in this concise and powerful language. You will learn how this language works with data, move beyond the basics of control flow into closures and extensions, and you'll finally learn how to adopt the mindset of protocol-oriented programming, to tap into the huge amount of functionality that already exists in the Swift world. When you're finished with this course, you will have a foundational knowledge of Swift that will help you as you move forward to developing apps on iPhone, iPad, or Mac.
Topics:
At the core of developing for any Apple platform iOS, macOS, tvOS, or watchOS - is a thorough knowledge of Swift. In this course, Swift Fundamentals, you will learn to be comfortable and competent in this concise and powerful language. You will learn how this language works with data, move beyond the basics of control flow into closures and extensions, and you'll finally learn how to adopt the mindset of protocol-oriented programming, to tap into the huge amount of functionality that already exists in the Swift world. When you're finished with this course, you will have a foundational knowledge of Swift that will help you as you move forward to developing apps on iPhone, iPad, or Mac.
Topics:
- A Few More Reasons to Learn Swift
- Piece by Piece: What Your Data Means
- Shaping the Path: Controlling the Flow of Your Code
- Constructing Code: Who Does What? - Creating Functions
- Taking Data Types Further: When to Limit, Describe, and Collect
- Making Sense of Closures
- Using Classes and Objects in Swift
- Introducing Protocols