Skip to content

Commit 696c3b4

Browse files
committed
open views
1 parent bb95adb commit 696c3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StackScrollView/StackScrollView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ open class StackScrollView: UICollectionView, UICollectionViewDataSource, UIColl
3232
static let width = "me.muukii.StackScrollView.width"
3333
}
3434

35-
fileprivate var views: [UIView] = []
35+
private(set) open var views: [UIView] = []
3636

3737
public convenience init() {
3838
self.init(frame: .zero)

0 commit comments

Comments
 (0)