NSMutableDictionary withcontentofURL
- by user347741
Hi,
I want to fill a NSMutableDictionary with content out of a URL File. What type file must it be and how must it be structured?
NSMutableDictionary *myMutableDictionary = [[NSMutableDictionary alloc] initWithContentsOfURL:[NSURL URLWithString:@"http://example.com/list.txt"]];
Thanks,
Nostradamus