The following method should be useful to remove and set the new data. ```swift @discardableResult open func setRows(controllers: [UIViewController]) -> [ScrollStackRow] { removeAllRows(animated: false) return addRows(controllers: controllers) } ```