Is there a way to change the title of the Settings.bundle for your iOS app besides changing the name of the apps Bundle Display Name?

Settings.bunlde Display: Something Long
Springboard icon name  : Something
link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

If I'm understanding your question correctly, you want to display "Something Long" as the title of your app's root settings screen, instead of the app's bundle display name "Something", right?

Unfortunately you cannot do this for the app's root settings screen, even if your Settings.bundle/Root.plist file defines a "Settings Page Title", it will ignore it and show the app's bundle display name.

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.