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
isScrollEnabledproperty
1.3.4
Fixed
- Sliding indicator animation when title jumps not animated.
1.3.3
Added
shouldAnimateIndicatorOnSelection(index: Int) -> BoolinTitleConfigurableallows to manage animation of sliding indicator
1.3.2
Fixed
- Do not allow multiple
shiftcalls at the same time to prevent titleView freeze.
1.3.1
Changelog for SlideController 1.3.1
Example changes
insertActionnow inserts a page before currently selected page for both vertical and horizontal samples.removeActionnow 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
isCircularrenamed toisCarousel.
Fixed
- Select title item after
insert(object: SlideLifeCycleObjectProvidable, index: Int).
1.2.2
Changelog for SlideController 1.2.2
Fixed
isScrollEnabledexposed to public api as intended.currentIndexcalculation for not layouted views.