translate

Featured Links

Questions & Answers

This listing is a compilation of both questions asked in-site and questions related to accessibility themes gathered from different sources (stackoverflow, UX Stack Exchange).

Displaying 1 - 3 of 3 questions

Garbage accessibility logs in Xcode console output

Stackoverflow

At certain point I used Accessibility Inspector (from Xcode -> Open developer tool -> Accessibility Inspector) while running my app in simulator, and ever since the Xcode console is cluttered

Tags: 
  • ios
  • xcode
  • logging
  • accessibility

How can I check hints in Accessibility Inspector?

Stackoverflow

I'm wondering if there is a way to check the hints using Accessibility Inspector? Or any other way on iOS to debug the accessibility viewing the hints? Thanks!

Tags: 
  • ios
  • xcode
  • accessibility

UITextView linkTextAttributes set accessibility value

Stackoverflow

I created a text view that has one line of text and part of the text is a link. I use linkTextAttributes to create that clickable link text, but I cannot get accessibility to work.

Tags: 
  • ios
  • xcode
  • uitextview
  • accessibility
  • nsattributedstring