How do you center the text inside a UILabel?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The Code is
or (of course) the Obj-C 2.0 Dot-Syntax
As Dev2rights points out. Use NSTextAlignmentCenter in feature versions of your app. |
|||||||||||
|
|
Besides using code, as Henrik suggested, you can also set the appropriate property in Interface Builder. |
|||
|
|
|
This is depreciated now in iOS6. You should use:
|
|||
|
|
|
Try out the following code:
Hope this helps you. |
||||
|
|