• 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
setValue vs setObject (NSMutableDictionary)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

setValue vs setObject (NSMutableDictionary)


  • Subject: setValue vs setObject (NSMutableDictionary)
  • From: Mark Dawson <email@hidden>
  • Date: Sun, 17 Apr 2005 14:28:50 -0700

I just wanted to double check the usage of setValue (and valueForKey) vs setObject. In example code, I see interchangeable usage…

(1) setValue is only in 10.3 & above

(2) Are the below two statements are equivalent (i.e., setValue can handle floats, ints, etc directly, while setObject must go through NSNumber)

[dict setValue:1.0 forKey:@"someFloatKey"]
[dict setObject: [NSNumber numberWithFloat:1.0] forKey:@"someFloatValue]
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: setValue vs setObject (NSMutableDictionary)
      • From: Sherm Pendley <email@hidden>
  • Prev by Date: Re: Completing a sound before continuing on
  • Next by Date: Displaying an AWT Image on an NSButton
  • Previous by thread: Re: changing the highlighting mode
  • Next by thread: Re: setValue vs setObject (NSMutableDictionary)
  • Index(es):
    • Date
    • Thread