Hi,
ScrollView in horizontal how to scroll items one by one?
when I swipe its keep scrolling :(
ScrollView in horizontal how to scroll items one by one?
Code Block ScrollView(.horizontal, showsIndicators: false){ ScrollViewReader { value in LazyHGrid(rows: rows, spacing: 20) { VStack{ ... } .frame(width: UIScreen.main.bounds.width) } } }
when I swipe its keep scrolling :(