iPhone - 获取 URL 表的最佳方法?
我希望能够有一个包含 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议您使用 plist 。
I would suggest you to use a plist.