I have two custom controls on my UIView, the one is the now popular sliding menu (when you slide the finger on the NavBar the view slides to the right) and the other one is on the UITableViewCell - it's a custom TableViewCell from the control named DMSlidingTableViewCell (Like in Twitter app - when you slide the cell on the left, it reveals some buttons, etc.)
They work just fine, but when I try to add a Gesture recognizer to the whole UITableView thus making the whole view a region for UIGestureRecognizer (so when I move it I can move the view to the right) the gestures recognizers somehow conflict.
What can be the reason here?