ONEAPP-4683 - Accessibility - Tabs (Voice Over)
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
503957af1d
commit
22b6a70337
@ -278,7 +278,7 @@ open class Tabs: View {
|
|||||||
tabItem.orientation = orientation
|
tabItem.orientation = orientation
|
||||||
tabItem.surface = surface
|
tabItem.surface = surface
|
||||||
tabItem.indicatorPosition = indicatorPosition
|
tabItem.indicatorPosition = indicatorPosition
|
||||||
tabItem.accessibilityValue = "\(index+1) of \(tabViews.count) Tabs"
|
tabItem.accessibilityHint = "\(index+1) of \(tabViews.count) Tabs"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user