PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, September 29, 2022

[FIXED] How to hide things like scroll indicators in UICollectionView of tvOS

 September 29, 2022     ios, swift, tvos     No comments   

Issue

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


Answered By - user1374
Answer Checked By - Dawn Plyler (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing