Re: Dictionary not returning objects
Re: Dictionary not returning objects
- Subject: Re: Dictionary not returning objects
- From: Seth Willits <email@hidden>
- Date: Sun, 15 Apr 2012 11:06:55 -0700
On Apr 15, 2012, at 11:01 AM, Markus Spoettl wrote:
> [NSDictionary dictionaryWithObjectsAndKeys:
> kUnitsKey, [NSNumber numberWithDouble:units],
> kValueKey, [NSNumber numberWithDouble:value],
> kIsMetricKey, [NSNumber numberWithBool:isMetric],
> nil];
You have key and object reversed.
--
Seth Willits
_______________________________________________
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