FROM : Shawn Erickson
DATE : Mon Jul 10 21:15:17 2006
On 7/10/06, Johan Augustsson <johan.<email_removed>> wrote:
> For some reason [myDict description] doesn't give me same result as
> NSLog([myDict objectForKey:@"myKey"]), but that won't be a problem
> for me.
Ah yeah... (unfortunately IMHO) -[NSDictionary description] was
historically used to generate a serialized form of the dictionary (old
style plist). As a result a particular serialization form is used,
etc.
-Shawn
DATE : Mon Jul 10 21:15:17 2006
On 7/10/06, Johan Augustsson <johan.<email_removed>> wrote:
> For some reason [myDict description] doesn't give me same result as
> NSLog([myDict objectForKey:@"myKey"]), but that won't be a problem
> for me.
Ah yeah... (unfortunately IMHO) -[NSDictionary description] was
historically used to generate a serialized form of the dictionary (old
style plist). As a result a particular serialization form is used,
etc.
-Shawn
| Related mails | Author | Date |
|---|---|---|
| Johan Augustsson | Jul 10, 18:46 | |
| Nick Zitzmann | Jul 10, 19:00 | |
| j o a r | Jul 10, 19:43 | |
| Johan Augustsson | Jul 10, 21:06 | |
| Shawn Erickson | Jul 10, 21:15 |






Cocoa mail archive

