advanced code snippet search
oppey on 05/11/11
05/11/11 11:30pm05/11/11 10:48pm
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.