Reputation: 818
Is it possible to apply UIGestureRecognizer
on UIView inside a UITableViewCell
?
Or is there any way to detect that the UIView
is tapped?
Upvotes: 1
Views: 291
Reputation: 818
I got the solution, I was implementing Pinch Gesture to UIView to detect Tap rather using Tap Gesture.
I implemented Tap Gesture and it worked like a charm.
Upvotes: 1