advanced code snippet search
oppey on 05/23/11
05/23/11 11:39am
NSString *pathForConfig = [[NSBundle mainBundle] pathForResource:@"Config" ofType:@"plist"]; NSDictionary* configDictionary = [[NSDictionary alloc] initWithContentsOfFile:pathForConfig]; NSString* IMAGE_EXTENTION = (NSString*)[configDictionary objectForKey:@"Image Extention"];
Report this snippet Tweet
Comment:
You need to login to post a comment.