TimOliver / TOCropViewController

A view controller for iOS that allows users to crop portions of UIImage objects
http://www.timoliver.com.au/2015/06/21/tocropviewcontroller-an-open-source-image-cropper-for-ios/
MIT License
4.68k stars 932 forks source link

Added accessibility label to Reset button #487

Closed AidenMontgomery closed 3 years ago

AidenMontgomery commented 3 years ago

iOS VoiceOver is reading the reset button as something like 'Arrow, counter-clockwise' and we would like it to use the work Reset instead. This word appears to be something that is available in the Localizable strings file, so I have pulled it from there and assigned it to the accessibility label of the reset button.

TimOliver commented 3 years ago

Thanks for that!