0

I am using AKSideMenu to have a menu which appears by swiping from right to left. In this side menu, I have a table view which cells are also swipeable (delete).

Now I am not sure why the horizontal swipe on the cells is not get recognized.

Here is an example App to be able to reproduce this error:

(Parallax example)

https://github.com/exocode/AKSideMenu enter image description here

Here is a Demo to explore the Issue:

(Parallax) https://github.com/exocode/AKSideMenu

Jan
  • 12,992
  • 9
  • 53
  • 89

1 Answers1

0

It seems the pan gesture recognizer is overridden in the library which might be messing with TableView Cell gesture recognizers.

MasterGoGo
  • 98
  • 6