From ac9cf49b69547c0b44afa7d19ac9fded30197c05 Mon Sep 17 00:00:00 2001 From: Igor Muzyka Date: Mon, 7 Nov 2016 16:55:21 +0200 Subject: [PATCH] Fixes issue #1 --- Segmentio/Source/Segmentio.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Segmentio/Source/Segmentio.swift b/Segmentio/Source/Segmentio.swift index cbf4742..9ab7859 100644 --- a/Segmentio/Source/Segmentio.swift +++ b/Segmentio/Source/Segmentio.swift @@ -340,7 +340,7 @@ open class Segmentio: UIView { // MARK: - Actions: // MARK: Reload segmentio - fileprivate func reloadSegmentio() { + public func reloadSegmentio() { segmentioCollectionView?.reloadData() scrollToItemAtContext() moveShapeLayerAtContext()