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 bb95adb commit 696c3b4Copy full SHA for 696c3b4
StackScrollView/StackScrollView.swift
@@ -32,7 +32,7 @@ open class StackScrollView: UICollectionView, UICollectionViewDataSource, UIColl
32
static let width = "me.muukii.StackScrollView.width"
33
}
34
35
- fileprivate var views: [UIView] = []
+ private(set) open var views: [UIView] = []
36
37
public convenience init() {
38
self.init(frame: .zero)
0 commit comments