I am using PanGestureRecognizer to my self.view and UISwipeGestureRecognizer in my UITableView.
I have added UITableView as subview in self.view.
Now UISwipeGesture is not working.
But if i disable PanGesture in self.view, SwipeGesture is working.
Can someone solve this?