9. Creating your own data types

Swift allows you to create your own data types in two ways:

  • Structs

  • Classes

We will first talk about structs and then move into classes.

Last updated

Was this helpful?