contentView.isAccessibilityElement = true is not working on UITableviewCell

26 Views Asked by At

have one UItableviewCell. not able to perform cell selction with voice over on if I set isaccessibilityElement to true

contentView.isAccessibilityElement = true

If I remove this cell selection works.

any idea why this happens?

0

There are 0 best solutions below