A Boolean value that controls whether the vertical scroll indicator is visible.
SDKs
- iOS 2.0+
- tvOS 9.0+
Framework
- UIKit
Declaration
var showsVerticalScrollIndicator: Bool { get set }
Discussion
The default value is true
. The indicator is visible while tracking is underway and fades out after tracking.