Skip to content

Add setRows() to setup rows directly by removing the current ones #3

@malcommac

Description

@malcommac

The following method should be useful to remove and set the new data.

    @discardableResult
    open func setRows(controllers: [UIViewController]) -> [ScrollStackRow] {
        removeAllRows(animated: false)
        return addRows(controllers: controllers)
    }

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions