Learn how to use enumerations to model data in Swift.
Continue your Swift learning journey with Learn Swift: Enumerations. Learn how to structure information as your app gets more complex by using enumerations to work with data in a type-safe manner.
### Skills you’ll gain
* Model data using enumerations.
* Define raw and associated values in an enumeration.
* Implement methods in enumerations.
### Notes on prerequisites
We recommend that you complete [Learn Swift: Structs and Classes](https://www.codecademy.com/learn/learn-swift-structs-and-classes) before starting this course.
Continue your Swift learning journey with Learn Swift: Enumerations. Learn how to structure information as your app gets more complex by using enumerations to work with data in a type-safe manner.
### Skills you’ll gain
* Model data using enumerations.
* Define raw and associated values in an enumeration.
* Implement methods in enumerations.
### Notes on prerequisites
We recommend that you complete [Learn Swift: Structs and Classes](https://www.codecademy.com/learn/learn-swift-structs-and-classes) before starting this course.