I have tried searching over the internet about this problem but not able to come up with the solution that solves my problem.
I have make a subclass of UITableViewCell in which I added UIScrollView as a subview, now I want scroll gestures to be listened by scrolView and single tap gesture is listened by UItableView.
Also using this layout is against the HIG of Apple
If the scroll view is a subview of the table view, you can capture the gesture and send it to its parent view like this: