Starting with 4.0.0.346134-pre9, accessibility no longer works on iOS for layouts
<StackLayout
AutomationId="Test"
AutomationProperties.IsInAccessibleTree="True"
AutomationProperties.Name="Test at layout">
<Label
FontSize="18"
Text="Test label" />
</StackLayout>
The stack layout in the above example has accessibility text read out. Also it should be visible in XCode Accessibility Inspector.
The stack layout in the above example has accessibility text but it is not supported.
This issue might be related to https://github.com/xamarin/Xamarin.Forms/issues/6894
Confirmed that it worked (differently) in 4.0-pre8 than it does today.
Most helpful comment
Confirmed that it worked (differently) in 4.0-pre8 than it does today.
Repro7053.zip