Make items property public

This commit is contained in:
Serhii Butenko 2016-12-01 14:51:46 +02:00
parent 715b851ca0
commit 790e466868
No known key found for this signature in database
GPG Key ID: 8F81538861D17464
1 changed files with 1 additions and 1 deletions

View File

@ -44,8 +44,8 @@ open class Segmentio: UIView {
}
}
open fileprivate(set) var segmentioItems = [SegmentioItem]()
fileprivate var segmentioCollectionView: UICollectionView?
fileprivate var segmentioItems = [SegmentioItem]()
fileprivate var segmentioOptions = SegmentioOptions()
fileprivate var segmentioStyle = SegmentioStyle.imageOverLabel
fileprivate var isPerformingScrollAnimation = false