Top "Uitapgesturerecognizer" questions

UITapGestureRecognizer is a concrete subclass of UIGestureRecognizer that looks for single or multiple taps.

detecting finger up/down UITapGestureRecognizer

How can I know when the finger is down and when is it up with UITapGestureRecognizer? The documentation says I …

ios uigesturerecognizer uitapgesturerecognizer
shouldReceiveTouch on UITableViewCellContentView

I'm trying to ignore UITapGestureRecognizer taps on a UITableView with the following: - (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldReceiveTouch:(UITouch *)touch { …

objective-c ios uitableview uikit uitapgesturerecognizer
How can I detect taps on a particular part (substring) of a UILabel?

I am new to iOS development. I dont know whether this questions has been asked already or not, I tried …

ios objective-c uilabel uitapgesturerecognizer
Getting UITableViewCell from UITapGestureRecognizer

I have a UITableView with multiple sections and in my cellForRowAtIndexPath method I add a UITapGestureRecognizer to the cell's imageView (…

ios uitableview swift uitapgesturerecognizer
Convert touch location of UITapGestureRecognizer for SpriteKit - Swift

I created a game with a SceneKit scene into a UIViewController. I implemented a UITapGestureRecognizer like this : // TAP GESTURE let …

ios swift touch scenekit uitapgesturerecognizer
UITapGestureRecognizer on UITextField no longer works in IOS 7.1

I have a UITapGestureRecognizer attached to a UITextField to get a "drop down" like effect. When the UITextField is tapped, …

ios iphone objective-c uitapgesturerecognizer ios7.1