简体   繁体   English

从我的应用程序打开iPhone / iPad设置

[英]Open iPhone/iPad settings from my app

In my app I have some settings that are accessible within the Setting native app... a normal Settings.bundle file. 在我的应用程序中,我有一些可在设置本机应用程序中访问的设置...一个普通的Settings.bundle文件。

The question is "is possible from my application open Settings app to the settings page of my app to facilitate the user experience?" 问题是“可以从我的应用程序打开设置应用程序到我的应用程序的设置页面,以方便用户体验吗?”

Thanks. 谢谢。

I didn't realise this wasn't possible as the other answers/comments indicate. 其他答案/评论表明,我没有意识到这是不可能的。 But I've been using InAppSettingsKit to mimic that behaviour anyway. 但我一直在使用InAppSettingsKit来模仿这种行为。

It reads from your Settings.bundle and creates a view controller based on the information. 它从您的Settings.bundle读取,并根据信息创建一个视图控制器。

在此输入图像描述

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

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