Question

Traditionally, I've used group element titles in my Settings.bundle file, as suggested in the answer to this question:

best way to add license section to iOS settings bundle

However, under iOS 7, this technique leads to a portion of the text appearing above the top of the page. You can manually scroll up to view it in some cases, but it still looks very unprofessional.

The current release of Apple's iBooks app shows its "Acknowledgements" setting properly, so there must be a way to do this properly under iOS 7.

What is it?

Était-ce utile?

La solution

Before iOS 7 you could set the license as the title of a group. By replacing "Title" with "FooterText" the issue in iOS 7 can be solved:

"Type" - String - "PSGroupSpecifier"
"FooterText" - String - Your license

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top