• 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
Swift description
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Swift description


  • Subject: Swift description
  • From: William Squires <email@hidden>
  • Date: Sat, 11 Jul 2015 09:24:04 -0500

In ObjC, I can have a class implement the description message so I can do:

MyClass *myObj = [[MyClass alloc] init];

NSLog("%@", myObj);

and it will be as if I did:

NSString *aDesc = [myObj description];
NSLog("%@", aDesc);

What's the Swift equivalent?

_______________________________________________

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: Swift description
      • From: Roland King <email@hidden>
  • Prev by Date: Re: Edit menu localisation, default application menu
  • Next by Date: Re: Swift description
  • Previous by thread: Re: Edit menu localisation, default application menu
  • Next by thread: Re: Swift description
  • Index(es):
    • Date
    • Thread