apptekstudios / ASCollectionView

A SwiftUI collection view with support for custom layouts, preloading, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot hide scroll indicators with the latest build

mesheilah opened this issue · comments

Previously I can hide the scrolling indicators using .environment(\.scrollIndicatorsEnabled, false), now this line doesn't compile.

now, scroll indicators can be enabled or disabled using the operator: .scrollIndicatorsEnabled(horizontal:vertical:)