Skip to content

Tags: DeviesDevelopment/KSSwipeStack

Tags

0.4.4

Toggle 0.4.4's commit message
Bumped version to 0.4.4

0.4.3

Toggle 0.4.3's commit message
Add Swift version to podspec file + format & lint the code

Cocoapods 1.4.0 includes the ability to specify the Swift version in the podspec (previously this could be done by creating a separate file in the repo). This allows Cocoapods to know which target to set for the Pod - instead of going for a default value, which can cause troubles when mixing Swift 4 and 3 code.

This change adds the Swift version to the Podspec.

The other changes includes some basic formatting and linting (mostly removal of whitespace and following Swift styleguides).

Also updates the Podspec version.

0.4.2

Toggle 0.4.2's commit message
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.

0.4.1

Toggle 0.4.1's commit message
Change default implementatino of isUndoable to true

0.4.0

Toggle 0.4.0's commit message
Add unlimited undo functionality

0.3.1

Toggle 0.3.1's commit message
Update version to fix custom size support

0.3.0

Toggle 0.3.0's commit message
Added support for any custom card size

0.2.0

Toggle 0.2.0's commit message
Readded code to handle rapid swicks

At the moment we only support this when horizontal swipes is the only swipe direction allowed.

0.1.0

Toggle 0.1.0's commit message
Add documentation and commentsto relevant methods and the example pro…

…ject.