diff --git a/Objective-C/TOCropViewController/TOCropViewController.m b/Objective-C/TOCropViewController/TOCropViewController.m index a8fb131f..a4711b48 100755 --- a/Objective-C/TOCropViewController/TOCropViewController.m +++ b/Objective-C/TOCropViewController/TOCropViewController.m @@ -1110,7 +1110,7 @@ - (UILabel *)titleLabel _titleLabel.font = [UIFont preferredFontForTextStyle:UIFontTextStyleHeadline]; _titleLabel.backgroundColor = [UIColor clearColor]; _titleLabel.textColor = [UIColor whiteColor]; - _titleLabel.numberOfLines = 1; + _titleLabel.numberOfLines = 0; _titleLabel.baselineAdjustment = UIBaselineAdjustmentAlignBaselines; _titleLabel.clipsToBounds = YES; _titleLabel.textAlignment = NSTextAlignmentCenter;