Skip to content

Releases: DeviesDevelopment/KSSwipeStack

Added more generic respondToSwipe method

Choose a tag to compare

@Sundin Sundin released this 25 May 06:46

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

Add Swift version to podspec file

Choose a tag to compare

@Sundin Sundin released this 12 Mar 10:33

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

Version 0.4.2 - Made it possible to call respondToSwipe programatically

Choose a tag to compare

@Sundin Sundin released this 05 Jan 12:46
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

Choose a tag to compare

@arneson arneson released this 01 Dec 13:57

Changed default implementation of isUndoable in SwipableView class.

Version 0.4.0 - Unlimited undo

Choose a tag to compare

@arneson arneson released this 01 Dec 12:53

Adds undo functionality for all swipe directions

Adds swipe history

Version 0.3.1 - Fix issue with custom card sizes

Choose a tag to compare

@arneson arneson released this 10 Nov 09:03
Update version to fix custom size support

Version 0.3.0 - Swift 4 support

Choose a tag to compare

@arneson arneson released this 27 Oct 12:55
  • Upgrade to Swift 4
  • Add support for custom stack sizes

Version 0.2.0, supporting vertical swipes

Choose a tag to compare

@arneson arneson released this 22 Oct 12:50

Added support for vertical swipes