Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Accessibility): IOS-9794 VIVO Novo app accessibility: Bottom she…
…et formats (#356) * Added accessibility label to ActionListItem Added AccessibilityElementType enum * Set AccessibilityElementType as public * Deleted AccessibilityElementType (no longer used, used UIAccessibilityTraits instead) Renamed itemAccessibilityLabel to accessibilityLabel Set accessibilityTraits = .link for ActionRow's Set accessibilityTraits = .button for backgroundDimmingView in BottomSheetPresentationController * Deleted accessibilityLabel from ActionRow. No longer needed due to the accessibility uses the title and the type is added with the accessibilityTraits
- Loading branch information