Tried the following so far and it doesn't work:
cellView?.setAccessibilityElement(false)
cellView?.setAccessibilityEnabled(false)
Both the above are getting called within tableView(_:viewFor:row:)
Any help would be greatly appreciated.
Tried the following so far and it doesn't work:
cellView?.setAccessibilityElement(false)
cellView?.setAccessibilityEnabled(false)
Both the above are getting called within tableView(_:viewFor:row:)
Any help would be greatly appreciated.
Copyright © 2021 Jogjafile Inc.
Set
accessibilityElementasfalsefor all subviews in TableViewCell, not only cell itself. (label, button..)