What's the proper way to include license text in Settings app under iOS 7?
Asked Answered
H

1

6

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?

Horatia answered 28/9, 2013 at 22:19 Comment(0)
H
12

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

Hawkes answered 9/10, 2013 at 13:36 Comment(1)
That did the trick. Only glitch was that "PSGroupSpecifier" shows up as "Group" unless you check "Show Raw Keys/Values" from the control-click popup.Horatia

© 2022 - 2024 — McMap. All rights reserved.