Collectionview 在 Apple TV 的右侧显示虚线页面指示器

Collectionview displays dotted page indicators on the right side on Apple TV

我正在使用 collectionViewApple TV 中列出对象,但是当垂直滚动内容时,它在右侧显示一条虚线(附截图)并且它在滚动结束时自动隐藏。

有什么方法可以禁用它。看起来隐藏垂直和水平滚动指示器的代码在这里不起作用

[collectionView setShowsHorizontalScrollIndicator:NO];

将滚动视图的 indexDisplayMode 设置为 UIScrollViewIndexDisplayModeAlwaysHidden