I am trying to find a way to customise the accessibility label for the back button on the navigation bar for voiceover feature. I know the accessibilityLabel
feature is used to customise the elements, however I can't seem to be able to do it for the navigation bar's back button. Any advice on how I should approach this issue?
I am developing on iOS 8, using Swift.