Make a View Accessible

suggest change

Mark your UIView subclass as an accessible element so that it is visible to VoiceOver.

myView.isAccessibilityElement = YES;

Ensure that the view speaks a meaningful label, value, and hint. Apple provides more details on how to choose good descriptions in the Accessibility Programming Guide.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents