Lessons: 27Length: 3.5 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.6 Functions

Within any programming language, you are often going to want to reduce the number of times you have to write the same piece of code. This concept typically takes the form of functions or methods. In this regard, the Swift language is no different. In this lesson we will cover the basics of functions and function types in preparation for learning more about closures.

Related Links