We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83298c5 + b59e20b commit aaf9682Copy full SHA for aaf9682
Objective-C/TOCropViewController/TOCropViewController.m
@@ -1025,7 +1025,7 @@ - (UILabel *)titleLabel
1025
_titleLabel.font = [UIFont preferredFontForTextStyle:UIFontTextStyleHeadline];
1026
_titleLabel.backgroundColor = [UIColor clearColor];
1027
_titleLabel.textColor = [UIColor whiteColor];
1028
- _titleLabel.numberOfLines = 1;
+ _titleLabel.numberOfLines = 0;
1029
_titleLabel.baselineAdjustment = UIBaselineAdjustmentAlignBaselines;
1030
_titleLabel.clipsToBounds = YES;
1031
_titleLabel.textAlignment = NSTextAlignmentCenter;
0 commit comments