How to specify multi-line title in iOS parameter set?

I added Settings.bundle to my iOS app. One of my settings is a toggle switch with a long header. This header is truncated.

I tried:

  • "My Superlong \ nTitle"
  • "My Superlong 
Title"

but none of them worked: \ n and displayed as part of the Title. Is it possible that there would be a break / newline line in my header? Thank!

+5
source share
6 answers

No, you have very little control over Settings.bundle, and a multi-line header is not an option. It would be best to shorten the cell name and create a group name or group footer.

enter image description here

+6

, :

  • Group Settings.bundle
  • FooterText ( )
  • Root.plist ( , ...)
  • 
,

, , ( , , ). , ... ( iPhone ), , , .

+7

, FooterText ,

0

@riobidon. , 
 .

, .

Root.plist . , " " .

, .

en.lproj/Root.strings

"footer text" = "the real footer you want.\nSome other descriptions";

\n .

. " ", . , , , .

0

:

Top
Bottom

, ? , .

-1

, iOS OS , . , " ?", " - ?"? ""?

-1

All Articles