views:

85

answers:

2

How do you center the text inside a UILabel?

+7  A: 

The Code is

[yourLabel setTextAlignment:UITextAlignmentCenter];
Henrik P. Hessel
+2  A: 

Besides using code, as Henrik suggested, you can also set the appropriate property in Interface Builder.

Pablo Santa Cruz