Issue
Scrolling UICollectionView of tvOS will show something like scroll indicators.
I want to hide it. What should I do now?
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
Answered By - user1374 Answer Checked By - Dawn Plyler (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.