File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog for SlideController 1.3.5
2
+ ### Fixed
3
+ * Reset of ` isScrollEnabled ` property
4
+
1
5
# Changelog for SlideController 1.3.4
2
6
### Fixed
3
7
* Sliding indicator animation when title jumps not animated.
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'SlideController'
3
- s . version = '1.3.4 '
3
+ s . version = '1.3.5 '
4
4
s . summary = 'SlideController is replacement for Apple\'s UIPageControl completely written in Swift using power of generic types.'
5
5
s . description = <<-DESC
6
6
Swipe between pages with an interactive title navigation control. Configure horizontal or vertical chains for unlimited pages amount.
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.3.4 </string >
18
+ <string >1.3.5 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
You can’t perform that action at this time.
0 commit comments