You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-5
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,14 @@ A simple view for building card like interface like [Tinder](http://www.gotinder
3
3
4
4
Preview
5
5
---
6
-
6
+
### Custom Animation
7
+

8
+
### Custom Swipe
9
+

10
+
### Custom Direction
11
+

12
+
### Undo
13
+

7
14
8
15
CocoaPods
9
16
---
@@ -38,7 +45,7 @@ swipeableView.discardViews()
38
45
swipeableView.loadViews()
39
46
~~~
40
47
41
-
You can limit the direction swiping happens using the `direction` property and register callbacks like this. Take a look at the [Custom Direction]() example for details.
48
+
You can limit the direction swiping happens using the `direction` property and register callbacks like this. Take a look at the [Custom Direction](#custom-direction) example for details.
You can also change how the direction gets interpreted by overriding the `interpretDirection` property. Take a look at the [Custom Swipe]() example for details.
79
+
You can also change how the direction gets interpreted by overriding the `interpretDirection` property. Take a look at the [Custom Swipe](#custom-swipe) example for details.
73
80
74
-
You can create custom animation by overriding the `animateView` property. Take a look at the [Custom Animation]() example for details.
81
+
You can create custom animation by overriding the `animateView` property. Take a look at the [Custom Animation](#custom-animation) example for details.
75
82
76
-
You can undo/rewind by storing the swiped views and insert them back to the top by calling `insertTopView`. Take a look at the [Undo]() example for details.
83
+
You can undo/rewind by storing the swiped views and insert them back to the top by calling `insertTopView`. Take a look at the [Undo](#undo) example for details.
0 commit comments