autohidesScrollers
A Boolean that indicates whether the scroll view automatically hides its scroll bars when they are not needed.
Declaration
var autohidesScrollers: Bool { get set }Discussion
The horizontal and vertical scroll bars are hidden independently of each other. When the value of this property is true and the content of the scroll view doesn’t extend beyond the size of the clip view on a given axis, the scroller on that axis is removed to leave more room for the content.