Re: enum as String
Re: enum as String
- Subject: Re: enum as String
- From: Jens Alfke <email@hidden>
- Date: Mon, 11 Jan 2016 09:21:50 -0800
> On Jan 11, 2016, at 7:37 AM, Eric E. Dolecki <email@hidden> wrote:
>
> 1. How can I get rid of that .rawValue? It works but not coder-friendly.
In Swift one usually uses a switch statement to match enums, rather than comparing rawValues. (There are a lot of examples in the book.)
—Jens
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden