Hi, can scrollview in SwiftUI infinite scroll? like repeating the items when user scroll left and right.
It's working when scroll from left to right by appending items to scrollview. but from right to left,
insert new items to the beginning for scrollview it will not work.
It's working when scroll from left to right by appending items to scrollview. but from right to left,
insert new items to the beginning for scrollview it will not work.