I used REFrostedViewController for menu and in the main screen uitableview is to display the list and I've added swipe to delete in uitableviewcell... UITableviewcell swipe is not working because of pan gesture in REFrostedViewController. How to fix this? Can't we have both pan gesture and swipe in the same view?
I tried disabling the pan gesture with this code
self.frostedView.panGestureEnabled = false;
but tableview swipe is not working