→ enum
All posts associated with enum
By using extensions on UIImage, you can use an Enum to catalog specific image assets
swift, xcode, enum – Oct 05 2018
Enum sortSome of the basics of sorting with the Enum module.
elixir, sorting, enum – Sep 23 2018
Enum with an indexIterating over a list and knowing the index or position of that item can be useful. Especially in situations where you know you need to perform some action or update some event.