From 28a6215d61f26230408fa5b5af4264bfa9863610 Mon Sep 17 00:00:00 2001 From: Pavel Kondrashkov Date: Tue, 13 Feb 2018 19:01:17 +0300 Subject: [PATCH] Release 1.2.2 --- CHANGELOG.md | 5 +++++ SlideController.podspec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ec7b1f..80fd165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Changelog for SlideController 1.2.2 +### Fixed +* ```isScrollEnabled``` exposed to public api as intended. +* ```currentIndex``` calculation for not layouted views. + # Changelog for SlideController 1.2.1 ### Fixed * Title item selection follow up. [#35](https://github.com/touchlane/SlideController/issues/35) diff --git a/SlideController.podspec b/SlideController.podspec index f1c3d38..924a111 100644 --- a/SlideController.podspec +++ b/SlideController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SlideController' - s.version = '1.2.1' + s.version = '1.2.2' s.summary = 'SlideController is replacement for Apple\'s UIPageControl completely written in Swift using power of generic types.' s.description = <<-DESC Swipe between pages with an interactive title navigation control. Configure horizontal or vertical chains for unlimited pages amount.