2

I have a plist where I place my strings, with type string. When I access the strings in the plist, it doesnt interpret \n and \t.

So when I display these strings it will display \tTitle and not Title with tab indention.

But if I use

#define str1 @"\tTitle" 

and just place it in header files, it works.

Please help.

BoltClock
  • 700,868
  • 160
  • 1,392
  • 1,356
Underdog
  • 785
  • 10
  • 21

1 Answers1

0

Maybe something is wrong with the way you are accessing the string. Take a look here: Property list programming guide

Daniel
  • 20,420
  • 10
  • 92
  • 149