enum
-
Iterating Through Enum Cases With CaseIterable In Swift
It’s often needed to get enum cases as an array and iterate through them, something that’s really easy in Swift and this post shows how.
-
Creating Enums with Custom Raw Type in Swift
Find out in this post how to create enums with raw values of custom types in Swift, and go through a demonstration of all you need to know.