We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be108cd + d1e1089 commit b487850Copy full SHA for b487850
Objective-C/TOCropViewController/Views/TOCropToolbar.m
@@ -141,6 +141,10 @@ - (void)setup {
141
_resetButton.enabled = NO;
142
[_resetButton setImage:[TOCropToolbar resetImage] forState:UIControlStateNormal];
143
[_resetButton addTarget:self action:@selector(buttonTapped:) forControlEvents:UIControlEventTouchUpInside];
144
+ _resetButton.accessibilityLabel = NSLocalizedStringFromTableInBundle(@"Reset",
145
+ @"TOCropViewControllerLocalizable",
146
+ resourceBundle,
147
+ nil);
148
[self addSubview:_resetButton];
149
}
150
0 commit comments