I have the following enum *enum SomeMode: String {* * case ComputeRequired* * case Calculating* * case Normal* * case ComputeUnavailable* *}*
Works great if access like so: *SomeMode.Calculating.rawValue* 1. How can I get rid of that .rawValue? It works but not coder-friendly. 2. How can I set it up so that a shortcut would work in Xcode (i.e. .Calculating)? Thanks in advance. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com