Skip to content

Commit 35e3e60

Browse files
committed
stackView is now accessible from the outside
1 parent f1da073 commit 35e3e60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/ScrollStackController/ScrollStack.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ open class ScrollStack: UIScrollView, UIScrollViewDelegate {
209209
internal var onChangeRow: ((_ row: ScrollStackRow, _ isRemoved: Bool) -> Void)?
210210

211211
/// Innert stack view.
212-
private let stackView = UIStackView()
212+
public let stackView = UIStackView()
213213

214214
/// Constraints to manage the main axis set.
215215
private var axisConstraint: NSLayoutConstraint?

0 commit comments

Comments
 (0)