Search code examples
iosswifttvos

How to hide things like scroll indicators in UICollectionView of tvOS


Scrolling UICollectionView of tvOS will show something like scroll indicators.
I want to hide it. What should I do now?

enter image description here

I tried showsVerticalScrollIndicator but it didn't work.

collectionView.showsVerticalScrollIndicator = false
collectionView.showsHorizontalScrollIndicator = false

Solution

  • You need to set your scroll view

    indexDisplayMode` to `UIScrollViewIndexDisplayModeAlwaysHidden