Skip to content

Commit 79427b7

Browse files
Merge pull request ResearchKit#136 from EricSiegNW/bug/FPHS-673
FPHS 673
2 parents 74a41e1 + 7fd0458 commit 79427b7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

APCAppCore/APCAppCore/Consent/APCConsentTask.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ - (NSArray*)commonInitWithPropertiesFileName:(NSString*)fileName customSteps:(NS
202202
inDocument:_consentDocument];
203203

204204
reviewStep.reasonForConsent = reason;
205+
reviewStep.title = NSLocalizedStringWithDefaultValue(@"Name", @"APCAppCore", APCBundle(), @"Name", nil); // Title of page where it asks for first and last name
205206

206207
NSMutableArray* consentSteps = [[NSMutableArray alloc] init];
207208
[consentSteps addObject:_visualStep];

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)