Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想以编程方式修改自定义 plist 文件中的条目。
任何人都可以建议我这样做吗?我试过修改键的值,但文件没有被保存..
我会看看 NSDictionary 方法: - (BOOL)writeToFile:(NSString *)path atomically:(BOOL)flag
- (BOOL)writeToFile:(NSString *)path atomically:(BOOL)flag
我敢肯定 NSArray 也有类似的方法。
您没有提供太多关于您尝试过的信息,但我从标签中假设这是在 iPhone 上。除了 Pat 的建议之外,请确保您尝试编辑的 plist 不在您的应用程序包中,而是位于沙箱中的文档或库等可编辑位置。