appendSpacer()
Sets whether a spacer (and a divider, if any) should be added after the last list item view.
appendSpacer(appendSpacer?: boolean): this;
Parameters
- appendSpacer — True if a spacer should be added after the last list item view, defaults to true.
Return value
The builder instance for chaining.
Related
class ListBuilder static
A builder class for creatingUIListViewinstances.
