Skip to content

Commit 251ecfd

Browse files
Revert "Added in 703 changes"
This reverts commit b5bc9b9.
1 parent b5bc9b9 commit 251ecfd

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@ - (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-
122119
cell.textLabel.text = optionItem.caption;
123120
cell.confirmationView.completed = optionItem.on;
124121

0 commit comments

Comments
 (0)