I am use Xcode4.5 and iOS6 now, the iOS6 have change the UILable's textAlignment,
label.textAlignment = NSTextAlignmentJustified;
The code will crash on iPhone 6.0 Simulator with ios6 SDK. but not crash on iPhone 5.0 Simulator with iOS6 SDK.
The iOS6 support NSTextAlignmentJustified, but why will crash?