Seems like UITextAlignmentCenter is deprecated in iOS 6.
UITextAlignmentCenter
I still use it and works well, but it gives a warning.
How can I fix this?
<
I had a similar issue and used the following: detailsLabel.textAlignment = NSTextAlignmentCenter;