I'm working on making my app accessible for blind people by using the Voice over.
I have tableView that contains custom cell with 4 UILabel and Custom HeaderView that has one UILabel as well.
My issue that the voice over reads the UIlabel's text twice every time i tap on any label in the custom cell or the custom header.
Has anyone have this issue?