containerSize
The size of the container of the scroll view.
Declaration
var containerSize: CGSize { get set }Discussion
This is the overall size of the scroll view. Combining this and the content offset will give you the current visible rect of the scroll view.