Accessibility identifiers: Update

This commit is contained in:
giomfo
2017-01-16 16:06:06 +01:00
parent c326ef225d
commit fd47bb65a5
2 changed files with 4 additions and 3 deletions
@@ -218,6 +218,7 @@
label.textAlignment = NSTextAlignmentCenter;
label.textColor = kVectorColorGreen;
label.backgroundColor = [UIColor clearColor];
label.accessibilityIdentifier = [NSString stringWithFormat:@"SegmentedVCSectionLabel%tu", index];
// the constraint defines the label frame
// so ignore any autolayout stuff