mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 22:26:59 +02:00
Accessibility identifiers: Update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user