|
1 2 3 4 5 6 7 8 9 |
NSArray *keyArray; // Key Array NSArray *objectArray; // Objects Array keyArray = [NSArray arrayWithObjects:@"key1",@"key2",nil]; // Populating Keys array objectArray = [NSArray arrayWithObjects:@"object1",@"object2",nil]; // Populating Objects array NSDictionary *myDictionaryObject = [NSDictionary dictionaryWithObjects: objectArray forKeys: keyArray]; // Creating the dictionary object with objects the corresponding keys. |
Incoming search terms:
- uhzphyvwj
- create nsdictionary in android
- phonegap autoresize
- xcode ios filemanager path For Resource



