| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
Hi,
It's possible to make a multiple elements NSDictionary without use NSMutableDictionary?
NSDictionary dict = new NSDictionary(value1,key1,value2,key2....);
The compiler encounter an error if i try to make this. I need to make
NSMutableDictionary dict = new NSMutableDictionary();
dict.setObjectForKey(value1,key1);
dict.setObjectForKey(value2,key2);
| References: | |
| >NSDictionary and NSMutableDictionary (From: malcom <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.