TOKYO (Tom Bluewater) – Is the summer almost over? The month of July is almost over. But the scorching summer is here to stay for another 45 days or so. Anyway, I released two desktop applications last week. And another one is ready for release. It will be the fourth of the month. This new software release is called Enum King.
If you write code in Swift, you must love custom enum types. They are very useful. And they can be quite effective under the SwiftUI framework because you can enumerate cases such that you can use one with List and Picker with little effort. Yet, when you have more than a hundred cases to enumerate, a coding error can happen. Using Enum King, you can turn a list of names from a text file into a custom enum type in a few steps.