We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ddea46 commit 139a8f6Copy full SHA for 139a8f6
2 files changed
KSSwipeStack.podspec
@@ -8,7 +8,7 @@
8
9
Pod::Spec.new do |s|
10
s.name = 'KSSwipeStack'
11
- s.version = '0.4.0'
+ s.version = '0.4.1'
12
s.summary = 'A Swift card swiping library created by Kicksort Consulting AB'
13
14
# This description is used to generate tags and improve search results.
KSSwipeStack/Classes/SwipableView.swift
@@ -67,6 +67,6 @@ open class SwipableView: UIView {
67
Should return whether or not the user is to be allowed to undo swiping this card.
68
*/
69
open func isUndoable() -> Bool {
70
- return false
+ return true
71
}
72
0 commit comments