I am testing my iOS application in terms of accessibility and I am trying to reduce as many warnings as possible. Some elements, like images, I want to omit from the Voice Over, so I mark them as not accessible. However, in the Accessibility Inspector, I get the warning
"Potentially inaccessible text" - even though it is an image marked as not accessible.
Is there a way to mark some elements as "ignored" for the Accessibility Inspector such that they are not reported anymore?