transfersHorizontalScrollingToParent
A Boolean value that determines whether the scroll view passes horizontal scroll events to a superview.
Declaration
var transfersHorizontalScrollingToParent: Bool { get set }Discussion
The default value is true, in which case when the scroll view reaches either end of its horizontal scroll axis it transfers scroll events to a containing scroll view. To stop this behavior, set the property to false.