Fixed an issue on iOS where updating position of a CarouselView always transitions from the rightsize (forward). The CarouselView always bases the direction transition on the value of prevBtnClicked. In my case I want to change the position outside of the arrows.
This code works both when you have the ShowArrows set to true and change the position outside of the arrows.
Fixed an issue on iOS where updating position of a CarouselView always transitions from the rightsize (forward). The CarouselView always bases the direction transition on the value of
prevBtnClicked
. In my case I want to change the position outside of the arrows.This code works both when you have the
ShowArrows
set to true and change the position outside of the arrows.