iPhone - 获取 URL 表的最佳方法?

发布于 2024-11-25 04:41:56 字数 266 浏览 1 评论 0原文

我希望能够有一个包含 15 - 20 个不同 URL 的表格,我希望将其用作 iPhone 应用程序上嵌入式浏览器的一部分。

我希望它们位于外部文件中,当 URL 更改时我可以轻松更改该文件。

因此,我希望能够通过代码中的变量访问 URL,然后能够轻松地更改一个外部文件中该变量的 URL 值。

在 Android 中,采取的方法是拥有一个 url_strings.xml 文件并从资源中使用该文件。

但在 iPhone 上实现这一目标的最佳方法是什么?

I want to be able to have a table of 15 - 20 different URL's that I want to use as part of an embedded browser on my iPhone application.

I want these to be in an external file that I can easily change when the URL'S change.

So I want to be able to access the URL's via a variable in my code and then be easily able to change the URL value of that variable in the one external file.

In Android the approach taken was to have a url_strings.xml file and use that from resources.

But what would be the best approach on iPhone to achieve this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

那一片橙海, 2024-12-02 04:41:56

我建议您使用 plist

I would suggest you to use a plist.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文