Skip to content

Commit e590c9f

Browse files
committed
ScrollableStackView.scrollView is now public readable and private readwrite
1 parent e4932db commit e590c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ScrollableStackView/Classes/ScrollableStackView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import UIKit
1212
@objc public class ScrollableStackView: UIView {
1313

1414
fileprivate var didSetupConstraints = false
15-
fileprivate var scrollView: UIScrollView!
15+
public private(set) var scrollView: UIScrollView!
1616
@objc open var stackView: UIStackView!
1717
@objc @IBInspectable open var spacing: CGFloat = 8
1818
@objc open var durationForAnimations:TimeInterval = 1.45

0 commit comments

Comments
 (0)