I'm developing a Tinder-like app using the MLToolkit.Forms.SwipeCardView nuget. How do I,
Reload the cardView when it reaches the end (or at any time), and start all over again? Using
SwipeCardView.LoopCards = true;
works, but not exactly what I want.
- Undo the last swipe action?
- Navigate forward/backward through the cards stack?