摘要: Plist文件的读取NSString *path = [[NSBundle mainBundle] pathForResource:@"myPlist" ofType:@"plist"];NSMutableDictionary *myDictionary = [[NSMutableDictionary alloc] initWithContentsOfFile:path];Plist文件的写入[myDictionary writeToFile:path atomically:YES];这样做在模拟器上运行是没有任何问题的,但是在真机当中,你就会发现只能读 阅读全文
posted @ 2012-02-18 15:21 mobileworm 阅读(346) 评论(0) 推荐(0)