0

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.

Paragon
  • 982
  • 2
  • 10
  • 37
  • Point [Accessibility Inspector](https://developer.apple.com/library/ios/technotes/TestingAccessibilityOfiOSApps/TestAccessibilityonYourDevicewithVoiceOver/TestAccessibilityonYourDevicewithVoiceOver.html) at it and report back what you see. – Justin Oct 01 '14 at 21:33

1 Answers1

0

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

Paragon
  • 982
  • 2
  • 10
  • 37