A simple test that is failed: Make a new project with just one subview (UITextView) and put the following in:
- (void)viewDidLoad { [super viewDidLoad];
In my case, none of the paragraph styling was working. The fix was to set the attributed text on the label AFTER doing any frame adjustments on the label. :)