setContentScrollView(_:)
Sets the scroll view that bars observe for all edges of the view.
Declaration
@MainActor @preconcurrency func setContentScrollView(_ scrollView: UIScrollView?)Parameters
- scrollView:
The scroll view to observe.
Discussion
Calling this convenience method is identical to calling setContentScrollView(_:for:) and passing all for the edge parameter.