Re: Send msg to object by nameed NSString;
Re: Send msg to object by nameed NSString;
- Subject: Re: Send msg to object by nameed NSString;
- From: Jens Alfke <email@hidden>
- Date: Wed, 18 Jun 2014 11:43:30 -0700
On Jun 18, 2014, at 11:23 AM, Trygve Inda <email@hidden> wrote:
> Is there a way to access the myNumber property and send it a message knowing
> only it's name (contained in myString)?
You mean like key-value coding?
[self valueForKey: @“myNumber”];
—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