Skip to content

Latest commit

 

History

History
18 lines (7 loc) · 363 Bytes

README.md

File metadata and controls

18 lines (7 loc) · 363 Bytes

Xamarin-Swipe-Library

Step 1: In your view

For ex: your view is rootView

SwipeListener swipeListener = new SwipeListener(rootView, this);

Step 2: In your Xamarin forms page ---> Implement ISwipeCallBack

public partial class SwipeLibPage : ContentPage, ISwipeCallBack

You will get callback when user swipe left,right,top or bottom