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).
The size of the container of the scrollable view.
var containerSize: CGSize { get }This is the size of the bounds of the scroll view subtracting any insets applied to the scroll view (like the safe area).