Is there anyway to set an accessibilityLabel
for the title of UIViewController
? The title
of view controller is a string, and I'm sure for the title there should be a label somewhere, just how do I access it? Could one of the navigation items be the title?
Thanks!
Edit: Yes the reason for asking is that I need different accessibilityLabel for the title.