Merge pull request #17 from IgorMuzyka/master

Fixes issue #1
This commit is contained in:
Igor Muzyka 2016-11-07 16:55:53 +02:00 committed by GitHub
commit a97be5838e
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ open class Segmentio: UIView {
// MARK: - Actions:
// MARK: Reload segmentio
fileprivate func reloadSegmentio() {
public func reloadSegmentio() {
segmentioCollectionView?.reloadData()
scrollToItemAtContext()
moveShapeLayerAtContext()