We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a5d468 commit f434757Copy full SHA for f434757
README.md
@@ -21,11 +21,11 @@ Classes:
21
22
You can custom animation behavior by set the below properties.
23
24
-/// Animation time for a single card animation.
+//Animation time for a single card animation.
25
26
`public var animationsSpeed = 0.2`
27
28
-// Defines the card size that will be used. (width, height)
+//Defines the card size that will be used. (width, height)
29
30
`public var cardSize : (width:CGFloat, height:CGFloat)`
31
@@ -109,8 +109,6 @@ You could use 'CGFloat(-M_PI) * 0.99' to fix this.
109
110
**To-Do List**
111
112
-~~1. reuse card view~~
113
-
114
-2. reorder card view
115
116
-3. delete and add card view with pan gesture
+~~1.reuse card view~~
+2.reorder card view
+3.delete and add card view with pan gesture
0 commit comments