How do you center the text inside a UILabel?
This is depreciated now in iOS6.
You should use:
yourLabel.textAlignment = NSTextAlignmentCenter;