Removed accessibilityElements to resolve focus stuck

This commit is contained in:
Keerthy 2023-07-21 15:44:35 +05:30
parent a33846d1a3
commit fb22b5c614

View File

@ -55,7 +55,6 @@ open class ThreeLayerTableViewController: ProgrammaticTableViewController {
createViewForTableHeader()
createViewForTableFooter()
tableView?.reloadData()
accessibilityElements = [tableView as Any]
}
override open func viewDidLoad() {