gpt4 book ai didi

iPhone:使用简单的键/值字符串创建二进制 Plist 的最快方法

转载 作者:行者123 更新时间:2023-12-03 17:26:48 26 4
gpt4 key购买 nike

在 iPhone 上使用基于简单字符串的键/值对创建二进制 plist 的最佳方法是什么?我需要创建一个包含食谱和成分列表的 plist。然后我希望能够将其读入 NSDictionary,这样我就可以做类似的事情

NSString *ingredients = [recipes objectForKey:@"apple pie"];

我正在通过 HTTP 请求读取 XML 数据文件,并希望将所有键值对解析到 plist 中。 XML 可能类似于:

<recipes>
<recipe>
<name>apple pie</name>
<ingredients>apples and pie</ingredients>
</recipe>
<recipe>
<name>cereal</name>
<ingredients>milk and some other ingredients</ingredients>
</recipe>
</recipes>

理想情况下,我能够在运行时将其写入 plist,然后也能够在运行时读取它并将其转换为 NSDictionary。

最佳答案

Creating a Property List in Objective-C

这包含使用 CoreFoundation 或 Cocoa 创建属性列表文件的信息。

关于iPhone:使用简单的键/值字符串创建二进制 Plist 的最快方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2775653/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com