passivebit

Results 1 issues of passivebit

Hi, M13OrderedDictionary returns an empty dictionary when I initialize it from a .plist file. My code: NSString *s = [[NSBundle mainBundle] pathForResource:@"File1" ofType:@"plist"]; dd = [M13OrderedDictionary orderedDictionaryWithContentsOfFile:s]; output: dd is...