NSString中plist文件的字符串

时间:2011-10-20 18:31:55

标签: iphone objective-c sdk

我是iPhone SDK的新手。现在我正在使用plist文件女巫内容字符串。如何设置文件中第一个元素的值为'plist'到NSString变量?我在NSArray中有plist内容:

NSString *countriesList = [[NSBundle mainBundle] pathForResource:@"Countries" ofType:@"plist"];
countries = [[NSArray alloc] initWithContentsOfFile:countriesList];

1 个答案:

答案 0 :(得分:1)

NSString *countryName = [countries objectAtIndex:0];