accessibilityElementsHidden Discussion

Hi all,

Quick discussion on the following under iOS Accessibility.

accessibilityElementsHidden is meant to keep the child controls visible to UI Automation.

However at the moment if the parent control has isAccessibilityElement set to true the child controls are not accessible, I know the work around is to set the parent to false but is this expected behaviour or an issue with Appium/Xcode.

Thanks