When I change AnchorX in View on iOS then his position is changing.
Example:
for AnchorX = 0.5:
new Label { HorizontalOptions=LayoutOptions.Center, Text="12345678901234567890", Rotation = 0, AnchorX=0.5, AnchorY=0.5, BackgroundColor=Color.Yellow }
for AnchorX = 0.0:
new Label { HorizontalOptions=LayoutOptions.Center, Text="12345678901234567890", Rotation = 0, AnchorX=0.0, AnchorY=0.5, BackgroundColor=Color.Yellow }
both examples are on screenshots.
on Android everything is ok.
Xamarin.Forms version 1.2.2.6241-pre3