setContent()
Sets the content of the scroll view.
setContent(content: UIScrollView.ContentBuilder): this;
Note
This method is used by.scroll()builder methods, and should not be called directly.
Parameters
- content — A ViewBuilder for the content.
Return value
The builder instance for chaining.
Related
class ScrollViewBuilder static
A builder forUIScrollViewinstances.
