• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: enum as String
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: enum as String


  • Subject: Re: enum as String
  • From: "Eric E. Dolecki" <email@hidden>
  • Date: Mon, 11 Jan 2016 17:37:46 +0000

Thanks for your reply.

I’ve decided to change the enum as String to a simple enum and change the
evaluation based on that enum - based on your reply. Since my method
argument is typed to that enum, I can use shortcuts and no need for
.rawValue. It’s all good now and is developer-friendly.

Eric

On Mon, Jan 11, 2016 at 12:21 PM Jens Alfke <email@hidden> wrote:

>
> 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


References: 
 >enum as String (From: "Eric E. Dolecki" <email@hidden>)
 >Re: enum as String (From: Jens Alfke <email@hidden>)

  • Prev by Date: Re: Nullability Question
  • Next by Date: Using CFHash to tell if a CFTypeRef has changed?
  • Previous by thread: Re: enum as String
  • Next by thread: Nullability Question
  • Index(es):
    • Date
    • Thread