Contents

containerSize

The size of the container of the scrollable view.

Declaration

var containerSize: CGSize { get }

Discussion

This is the size of the bounds of the scroll view subtracting any insets applied to the scroll view (like the safe area).

See Also

Getting the scroll target behavior context