refactoring

This commit is contained in:
Keerthy 2023-08-02 22:39:17 +05:30
parent 3695755e2f
commit 94d6787d3b

View File

@ -48,14 +48,15 @@ open class Stack<T>: Container where T: (StackModelProtocol & MoleculeModelProto
} }
isAccessibilityElement = false isAccessibilityElement = false
// TO DO need more investigation // TODO: need more investigation
// var accessibleViews: [Any] = [] /* var accessibleViews: [Any] = []
//
// for (index, view) in stackItems.enumerated() where !stackModel.molecules[index].gone { for (index, view) in stackItems.enumerated() where !stackModel.molecules[index].gone {
// accessibleViews.append(view) accessibleViews.append(view)
// } }
//
// accessibilityElements = accessibleViews accessibilityElements = accessibleViews
*/
} }
/// Removes all stack items views from the view. /// Removes all stack items views from the view.