How do you center the text inside a UILabel?
Try out the following code:
lblObject.textAlignment=UITextAlignmentCenter;
Hope this helps you.