contentInsets
The content insets of the scroll view.
Declaration
var contentInsets: EdgeInsetsDiscussion
Adding these insets to the content size of the scroll view will give you the total scrollable space of the scroll view.
The content insets of the scroll view.
var contentInsets: EdgeInsetsAdding these insets to the content size of the scroll view will give you the total scrollable space of the scroll view.