Skip to content

Commit

Permalink
Merge pull request Yalantis#29 from Yalantis/feature/28
Browse files Browse the repository at this point in the history
Feature/28
  • Loading branch information
serejahh authored Dec 1, 2016
2 parents 715b851 + 13494d9 commit 06f6b00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Segmentio.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "Segmentio"
spec.version = "2.1"
spec.version = "2.1.1"

spec.homepage = "https://github.com/Yalantis/Segmentio"
spec.summary = "Animated top/bottom segmented control written in Swift!"
Expand Down
2 changes: 1 addition & 1 deletion Segmentio/Source/Segmentio.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06f6b00

Please sign in to comment.