我对财产清单有以下疑问
文件路径 - 这是构建文件路径的正确方法吗?
if(!_xmlFilePath)
{
_xmlFilePath = [[NSBundle mainBundle] pathForResource:@"AppData" ofType:@"plist"];
if(!_xmlFilePath)
_xmlFilePath = [NSString stringWithFormat:@"%@/AppData.plist", [[NSBundle mainBundle] bundlePath]];
}
将数据保存到plist文件 - 这是正确的方法吗?
NSMutableArray
对象中,并保存到plist文件中。 NSMutableArray
对象时,我将数组的全部内容保存到plist文件中