The-M-Project
The-M-Project copied to clipboard
setActiveItem in M.CarouselView should take a number or the name of the childView
By now, the setActiveItem method of the M.CarouselView only takes the CarouselItemView object or the ID of such an item as parameters.
It would be nice to be able to also pass the number (e.g. 4 for the fifth item ;) or the name of the childView as parameter to the function.