Search code examples
iosxcodeuiaccessibility

UIAccessbility reading same label two times when tapped


I have a view in storyboard and it has a label. I have enabled accessibility from "Identity Inspector" in Xcode. Problem is voiceover is reading the label text two times when tapped once. I don't have any code, its just simple label in storyboard.

Any help will be appreciated.


Solution

  • There was a category in project that was returning UIAccessbility label. Removed it and worked.