This directory contains code from Point-Free Episode: Advanced Swift Syntax Enum Properties
This week we’ll put the finishing touches on our enum property code generation tool. We’ll add support for enum cases with multiple associated values and enum cases with no associated values, and we’ll add a feature that will make enums even more ergonomic to work with!
- Clone repo
cd
intoEnumProperties
- run
swift package generate-xcodeproj
- Open the generated
EnumProperties.xcodeproj
file - Build the package
- Open
EnumProperties.playground