简体   繁体   中英

Application settings in IOS

I am trying to put the settings of an APP within the app it self, right now the settings are within the IOS Application SettingsBundle. I named the Settings Bundle folder to InAppSettings.bundle, they disappear from IOS Application Setting but not appearing within the app...

Are there some more changes within the code/project which I have to make???

Regards

Yes. You need to add some code to parse the settings bundle and create a UI to display and edit it. You might want to look at InAppSettingsKit which does much of the heavy lifting for you.

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