All Versions
10
Latest Version
Avg Release Cycle
67 days
Latest Release
1795 days ago
Changelog History
Changelog History
-
v1.5.1 Changes
October 09, 2019๐ Changelog for SlideController 1.5.1
๐ Changed
- โก๏ธ Updates for Swift 5.0
-
v1.5.0 Changes
November 12, 2018๐ Fixed
- ๐ Improved performance by replacing autolayout with frame-based layout
- ๐ Fixed title view jumping while scrolling content
-
v1.4.0 Changes
September 19, 2018โ Added
- โก๏ธ Updates for Swift 4.2
-
v1.3.5 Changes
September 19, 2018๐ Fixed
- Reset of
isScrollEnabled
property
- Reset of
-
v1.3.4 Changes
August 01, 2018๐ Fixed
- Sliding indicator animation when title jumps not animated.
-
v1.3.3 Changes
August 01, 2018โ Added
shouldAnimateIndicatorOnSelection(index: Int) -> Bool
inTitleConfigurable
allows to manage animation of sliding indicator
-
v1.3.2 Changes
February 28, 2018๐ Fixed
- Do not allow multiple
shift
calls at the same time to prevent titleView freeze.
- Do not allow multiple
-
v1.3.1 Changes
February 22, 2018๐ Changelog for SlideController 1.3.1
Example changes
insertAction
now inserts a page before currently selected page for both vertical and horizontal samples.- ๐
removeAction
now deletes current page for vertical sample as well as for horizontal.
-
v1.3.0 Changes
February 21, 2018๐ Changelog for SlideController 1.3.0
โ Added
- ๐ New example look ๐ .
๐ฅ Breaking Change
isCircular
renamed toisCarousel
.
๐ Fixed
- Select title item after
insert(object: SlideLifeCycleObjectProvidable, index: Int)
.
-
v1.2.2 Changes
February 13, 2018๐ Changelog for SlideController 1.2.2
๐ Fixed
isScrollEnabled
exposed to public api as intended.currentIndex
calculation for not layouted views.