Author Topic: TAB char inside a UILabel?  (Read 6598 times)

seonr

  • TNP Alpha
  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 8
    • View Profile
TAB char inside a UILabel?
« on: January 25, 2013, 04:18:09 PM »
I am wanting to use TABto format some text inside a UILabel, but cannot seem to find a char sequence I can use to do so. Has anyone managed to do this?

I have tried \t and that doesn't work either.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: TAB char inside a UILabel?
« Reply #1 on: January 25, 2013, 10:25:17 PM »
No tabs in NGUI. I suggest you create a few labels for this instead.

seonr

  • TNP Alpha
  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 8
    • View Profile
Re: TAB char inside a UILabel?
« Reply #2 on: January 26, 2013, 02:41:01 AM »
Bummer, ok,  that is a lot of UILabels I need to use :(

I better get cracking on it then....

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: TAB char inside a UILabel?
« Reply #3 on: January 26, 2013, 03:14:29 PM »
Just dynamically add children to a UIGrid.