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.

enter image description here

How do I access this view inside my application? Is it possible?

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.