Seems like UITextAlignmentCenter is deprecated in iOS6. "UITextAlignment..." 修改为 “NSTextAlignment...” _textLabel.textAlignment = NSTextAlignmentLeft;