简体   繁体   English

iPhone应用程序中的Settings.Bundle

[英]Settings.Bundle in an iPhone app

I am trying to implement a Settings.Bundle based application. 我正在尝试实现基于Settings.Bundle的应用程序。 For that, I implement Settings.bundle in my application and I get output in the system Settings app. 为此,我在我的应用程序中实现了Settings.bundle,并在系统设置应用程序中输出。

在此输入图像描述

How do I access this view inside my application? 如何在我的应用程序中访问此视图? Is it possible? 可能吗?

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. iOS应用程序不支持在您的应用程序中显示Settings.bundle,但有一个很棒的库,名为InAppSettingsKit ,允许您这样做。 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. 我采取的另一种方法是定义我自己的属性列表格式和围绕它的代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM