How to align a UITableView's text?

Posted by Knodel on Stack Overflow See other posts from Stack Overflow or by Knodel
Published on 2010-06-06T15:45:50Z Indexed on 2010/06/06 15:52 UTC
Read the original article Hit count: 166

Filed under:
|

In my app I have a UITableView and I want to change the text's alignment to center (not only from the sides like this

     cell.textAlignment = UITextAlignmentCenter;

but from up and down, as well).

Can you help me? thanks in advance!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableviewcell