We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4932db commit e590c9fCopy full SHA for e590c9f
ScrollableStackView/Classes/ScrollableStackView.swift
@@ -12,7 +12,7 @@ import UIKit
12
@objc public class ScrollableStackView: UIView {
13
14
fileprivate var didSetupConstraints = false
15
- fileprivate var scrollView: UIScrollView!
+ public private(set) var scrollView: UIScrollView!
16
@objc open var stackView: UIStackView!
17
@objc @IBInspectable open var spacing: CGFloat = 8
18
@objc open var durationForAnimations:TimeInterval = 1.45
0 commit comments