Burhan Mughal
Burhan Mughal

Reputation: 818

UIGestureRecognizer on UIView inside UITableViewCell

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

Answers (1)

Burhan Mughal
Burhan Mughal

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

Related Questions