Hi!
I have a container that I iterate over a datasource with. I am using the “Swipable Horizontal” variation. I am using this to swipe between a list of images. This works ok, but I would like to choose where I begin in this list. This could be done if I could choose the iteration I want to start in - then I could start at a specific image in the list of images. I attempted using skip to do so, but using this means removing all the images previous to that iteration, meaning I could not swipe back.
I am finding this necessary because there does not seem to exist built-in functionality in appfarm for simply swiping between images and zooming them. Altogether it seems natural that such a thing would be made by Appfarm as it is so foundational to phone applications.
Still, in this post the primary feature request is simply allowing to choose iteration in a “Swipable Horizontal” Iterate Data Source Container.
Hope to hear from you soon.