Hi, this sample code was working in iOS 9.. When I run it in iOS 10 it throws an error: the scenario is you swipe to pull the menu item and when you tap out of that item (you wanna cancel) it supposed to close the menu item in the listview. This was working in iOS 9. In iOS 10 when you tap outside the menu item you get an error:
System.ArgumentNullException: Value cannot be null. Parameter name: gestureRecognizer
Is there a fix for this? Thanks.