Closed Brian-Yeh closed 6 years ago
Is there any way to set the starting position of the carousel? Say I have numbers 1-10, is there a way to set it to start at 8?
Use : yourCarouselPicker.setCurrentItem(indexOfItemToBeSelected) at the initialisation, which would suffice your requirement.
yourCarouselPicker.setCurrentItem(indexOfItemToBeSelected)
Thanks for the quick reply!
Is there any way to set the starting position of the carousel? Say I have numbers 1-10, is there a way to set it to start at 8?