The accessibility node behaves like an ordered list of tabs.
Tab bar nodes are specialized container nodes. See AccessibilityRole.Container for
platform-specific screen reader behavior that is common to both container and tab bar nodes.
Platform behavior specific to this role
For proper functionality, tab bar nodes must have a AccessibilityNode.label set, and their
child nodes must have AccessibilityRole.TabButton assigned.
Set AccessibilityState.Selected on the child node representing the selected tab to inform the
screen reader of which tab is currently selected.