I want to make visible scrollbar for each sections horizontally in Compositional layout.. Method colletionView.showsVerticalScrollIndicator = true is working for vertical scrolling, colletionView.showsHorizontalScrollIndicator it's probably not for this task. I also tried to make it inside func of building layout -> UICollectionViewCompositionalLayout() layout.collectionView. and trying to make it visible here, but I haven't got a result.
Asked
Active
Viewed 128 times