We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e114f06 commit 28a6215Copy full SHA for 28a6215
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Changelog for SlideController 1.2.2
2
+### Fixed
3
+* ```isScrollEnabled``` exposed to public api as intended.
4
+* ```currentIndex``` calculation for not layouted views.
5
+
6
# Changelog for SlideController 1.2.1
7
### Fixed
8
* Title item selection follow up. [#35](https://github.com/touchlane/SlideController/issues/35)
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.
0 commit comments