Created
October 7, 2012 05:08
-
-
Save swarut/3847181 to your computer and use it in GitHub Desktop.
Objective-C : Using plist via dictionary #objective-c #plist #resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NSString *bundlePath = [[NSBundle mainBundle] bundlePath]; | |
NSString *resourcePath = [bundlePath stringByAppendingPathComponent:@"resource.plist"]; | |
sharedInstance.objectCompositionDic = [NSDictionary dictionaryWithContentsOfFile:resourcePath]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment