iPhone 应用程序中的 Settings.Bundle

发布于 2024-12-21 16:15:38 字数 184 浏览 6 评论 0原文

我正在尝试实现一个基于 Settings.Bundle 的应用程序。为此,我在应用程序中实现了 Settings.bundle,并在系统设置应用程序中获得输出。

在此处输入图像描述

如何在应用程序中访问此视图?是否可以?

I am trying to implement a Settings.Bundle based application. For that, I implement Settings.bundle in my application and I get output in the system Settings app.

enter image description here

How do I access this view inside my application? Is it possible?

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

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

发布评论

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

评论(1

南…巷孤猫 2024-12-28 16:15:38

iOS 应用程序不支持在应用程序中显示 Settings.bundle,但是有一个很棒的库,名为 InAppSettingsKit将允许你这样做。我过去在一些应用程序中使用过它,我推荐它。

我采取的另一种方法是定义我自己的属性列表格式和围绕它的代码。

iOS apps don't support showing Settings.bundle inside your app, but there's a great library out there called InAppSettingsKit that will allow you to do that. I've used it in some of my apps in the past and I recommend it.

Another approach that I have taken is to define my own property-list format and code around it.

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