Contents

transfersVerticalScrollingToParent

A Boolean value that determines whether the scroll view passes vertical scroll events to a superview.

Declaration

var transfersVerticalScrollingToParent: Bool { get set }

Discussion

The default value is true, in which case when the scroll view reaches either end of its vertical scroll axis it transfers scroll events to a containing scroll view. To stop this behavior, set the property to false.

See Also

Nesting scroll views