简体   繁体   中英

Settings.Bundle in an iPhone app

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.

在此输入图像描述

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. 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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