Releases: touchlane/SlideController
Releases · touchlane/SlideController
1.5.1
1.5.0
Fixed
- Improved performance by replacing autolayout with frame-based layout
- Fixed title view jumping while scrolling content
1.4.0
Added
- Updates for Swift 4.2
1.3.5
Fixed
- Reset of
isScrollEnabled
property
1.3.4
Fixed
- Sliding indicator animation when title jumps not animated.
1.3.3
Added
shouldAnimateIndicatorOnSelection(index: Int) -> Bool
inTitleConfigurable
allows to manage animation of sliding indicator
1.3.2
Fixed
- Do not allow multiple
shift
calls at the same time to prevent titleView freeze.
1.3.1
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.
1.3.0
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)
.
1.2.2
Changelog for SlideController 1.2.2
Fixed
isScrollEnabled
exposed to public api as intended.currentIndex
calculation for not layouted views.