Skip to content

Commit b5bc9b9

Browse files
Added in 703 changes
1 parent b83e658 commit b5bc9b9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

APCAppCore/APCAppCore/UI/TabBarControllers/Profile/APCWithdrawSurveyViewController.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
116116

117117
APCCheckTableViewCell *cell = (APCCheckTableViewCell *)[tableView dequeueReusableCellWithIdentifier:kAPCCheckTableViewCellIdentifier];
118118

119+
cell.textLabel.minimumScaleFactor = 0.5f;
120+
cell.textLabel.adjustsFontSizeToFitWidth = YES; // no ellipses
121+
119122
cell.textLabel.text = optionItem.caption;
120123
cell.confirmationView.completed = optionItem.on;
121124

0 commit comments

Comments
 (0)