I have an SfRotator in Xamarin Forms (latest version) and on iOS the items do not slide animate when moving from one item to another.
This works perfectly in Android.
I am moving from one item to another using buttons, that set the SelectedIndex of the SfRotator.
Is there a way to have the SfRotator slide animate between items when the SelectedIndex is set in code?
Many thanks for the help.