refactoring
This commit is contained in:
parent
3695755e2f
commit
94d6787d3b
@ -48,14 +48,15 @@ open class Stack<T>: Container where T: (StackModelProtocol & MoleculeModelProto
|
||||
}
|
||||
|
||||
isAccessibilityElement = false
|
||||
// TO DO need more investigation
|
||||
// var accessibleViews: [Any] = []
|
||||
//
|
||||
// for (index, view) in stackItems.enumerated() where !stackModel.molecules[index].gone {
|
||||
// accessibleViews.append(view)
|
||||
// }
|
||||
//
|
||||
// accessibilityElements = accessibleViews
|
||||
// TODO: need more investigation
|
||||
/* var accessibleViews: [Any] = []
|
||||
|
||||
for (index, view) in stackItems.enumerated() where !stackModel.molecules[index].gone {
|
||||
accessibleViews.append(view)
|
||||
}
|
||||
|
||||
accessibilityElements = accessibleViews
|
||||
*/
|
||||
}
|
||||
|
||||
/// Removes all stack items views from the view.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user