Skip to content

Releases: DeviesDevelopment/KSSwipeStack

Added more generic respondToSwipe method

25 May 06:46
Compare
Choose a tag to compare

Deprecated SwipableView.respondToSwipe(like: Bool, opacity: Float) in favor of SwipableView.respondToSwipe(direction: SwipeDirection, distance: Float).

Add Swift version to podspec file

12 Mar 10:33
Compare
Choose a tag to compare

Add Swift version to podspec file + format & lint the code. Thanks @manucheri!

Version 0.4.2 - Made it possible to call respondToSwipe programatically

05 Jan 12:46
Compare
Choose a tag to compare
Made respondToSwipe method open and only requiring a direction.

The reason is that we might want to call it programatically, for example when pressing a button.

Version 0.4.1 - SwipableViews are undoable by default

01 Dec 13:57
Compare
Choose a tag to compare

Changed default implementation of isUndoable in SwipableView class.

Version 0.4.0 - Unlimited undo

01 Dec 12:53
Compare
Choose a tag to compare

Adds undo functionality for all swipe directions

Adds swipe history

Version 0.3.1 - Fix issue with custom card sizes

10 Nov 09:03
Compare
Choose a tag to compare
Update version to fix custom size support

Version 0.3.0 - Swift 4 support

27 Oct 12:55
Compare
Choose a tag to compare
  • Upgrade to Swift 4
  • Add support for custom stack sizes

Version 0.2.0, supporting vertical swipes

22 Oct 12:50
Compare
Choose a tag to compare

Added support for vertical swipes