• 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
enum as String
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

enum as String


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

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


  • Follow-Ups:
    • Re: enum as String
      • From: Jens Alfke <email@hidden>
    • Re: enum as String
      • From: Alex Zavatone <email@hidden>
  • Prev by Date: Re: Panes vs. Separate Windows
  • Next by Date: Re: Subclassing/Override question
  • Previous by thread: Re: Why doesn't SMJobBless sample work?
  • Next by thread: Re: enum as String
  • Index(es):
    • Date
    • Thread