2

hi guys [I think this is rather basic, but cannot find how to do it!]

how can I center the text in the cells of my table view?

thanks a lot!

manuelBetancurt
  • 15,428
  • 33
  • 118
  • 216

1 Answers1

3

It used to be UITextAlignmentCenter

From iOS6 it is NSTextAlignmentCenter.

Have a look at this solution and this solution

Community
  • 1
  • 1
Muhammad Zeeshan
  • 8,722
  • 10
  • 45
  • 55
  • 1
    hi Thanks a lot!, that did it, I had to change my StyleSubtitle to initWithStyle:UITableViewCellStyleDefault,, now working Cheers! – manuelBetancurt May 27 '11 at 06:15