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?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top