From 6a275e39e3568d0221af8dcb254e6a7bbb64f46a Mon Sep 17 00:00:00 2001 From: Davide Mazzoni Date: Thu, 18 Nov 2021 12:53:13 +0100 Subject: [PATCH] [Payment Selection] Improve Dynamic Type support --- .../BraintreeDropIn/Custom Views/BTDropInPaymentSelectionCell.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/BraintreeDropIn/Custom Views/BTDropInPaymentSelectionCell.m b/Sources/BraintreeDropIn/Custom Views/BTDropInPaymentSelectionCell.m index ab05c65f..91964396 100644 --- a/Sources/BraintreeDropIn/Custom Views/BTDropInPaymentSelectionCell.m +++ b/Sources/BraintreeDropIn/Custom Views/BTDropInPaymentSelectionCell.m @@ -27,7 +27,7 @@ - (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reus self.label = [[UILabel alloc] init]; [BTUIKAppearance styleLabelPrimary:self.label]; - self.label.numberOfLines = 2; + self.label.numberOfLines = 0; self.label.translatesAutoresizingMaskIntoConstraints = NO; [self.labelContainer addArrangedSubview:self.label];