When I use a regular UILabel, and set the "accessibilityValue", the text can be heard via VoiceOver
When using a NantesLabel, and set the "accessibilityValue" , the text can not be heard via VoiceOver
I'd think this should work, as NantesLabel is a sub class of UILabel, but for some reason it does not.