Getting data from info.plist
By Vincent DEMAY, Friday 9 January 2009 :: IPhone :: #122 :: rss
How to get data from info.plist file in Iphone app development :
Update : More info on *.plist files management here : iPhone Development Blog
NSString * stringFromInfoPlist = [[[NSBundle mainBundle] infoDictionary] objectForKey:@"stringInInfoPlist"];
Update : More info on *.plist files management here : iPhone Development Blog
Power by
Comments
No comment.
Add a comment