SlideController Versions Save

Swipe between pages with an interactive title navigation control. Configure horizontal or vertical chains for unlimited pages amount.

1.5.1

4 years ago

Changelog for SlideController 1.5.1

Changed

  • Updates for Swift 5.0

1.5.0

5 years ago

Fixed

  • Improved performance by replacing autolayout with frame-based layout
  • Fixed title view jumping while scrolling content

1.4.0

5 years ago

Added

  • Updates for Swift 4.2

1.3.5

5 years ago

Fixed

  • Reset of isScrollEnabled property

1.3.4

5 years ago

Fixed

  • Sliding indicator animation when title jumps not animated.

1.3.3

5 years ago

Added

  • shouldAnimateIndicatorOnSelection(index: Int) -> Bool in TitleConfigurable allows to manage animation of sliding indicator

1.3.2

6 years ago

Fixed

  • Do not allow multiple shift calls at the same time to prevent titleView freeze.

1.3.1

6 years ago

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

6 years ago

Changelog for SlideController 1.3.0

Added

  • New example look 🎉 .

Breaking Change

  • isCircular renamed to isCarousel.

Fixed

  • Select title item after insert(object: SlideLifeCycleObjectProvidable, index: Int).

1.2.2

6 years ago

Changelog for SlideController 1.2.2

Fixed

  • isScrollEnabled exposed to public api as intended.
  • currentIndex calculation for not layouted views.