How do you center the text inside a UILabel?
+7
A:
The Code is
[yourLabel setTextAlignment:UITextAlignmentCenter];
Henrik P. Hessel
2010-09-18 23:17:48
+2
A:
Besides using code, as Henrik suggested, you can also set the appropriate property in Interface Builder.
Pablo Santa Cruz
2010-09-18 23:22:54