Here is the code:-
lblValue
is an instance of UILabel.
[lblValue setText:@"Some Big String"];
[lblValue setTextAlignment: NSTextAlignmentJustified];
Error: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'textAlignment does not accept NSTextAlignmentJustified'