Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Display Settings.bundle Root.plist in a view inside the app

I would like to let the user access the settings for the app both from iOS Settings app and from the app itself.

Right now I am using Settings.bundle to access the settings from the Settings app, is there an easy way to implement a controller inside the app to access the same settings?

As a side question, is there an easy way to implement a settings-like view starting from a plist?

like image 613
Fr4ncis Avatar asked Oct 10 '22 18:10

Fr4ncis


1 Answers

There are a few Open Source projects to do just this. About a year ago I evaluated all the ones I could find and ended up using InAppSettingsKit. Second place was mySettings, but it looks as though that is no longer being maintained.

like image 132
Stephen Darlington Avatar answered Oct 14 '22 02:10

Stephen Darlington